]> granicus.if.org Git - python/commitdiff
Doc: Space breaking whole definition. (GH-13615)
authorJulien Palard <julien@palard.fr>
Tue, 28 May 2019 12:04:42 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 12:04:42 +0000 (14:04 +0200)
Doc/glossary.rst

index 177df54ef215d4f2bc70615262d146ad2a115cb4..0f2a3a1fdf05106e945752485400331a8d0404f4 100644 (file)
@@ -225,7 +225,7 @@ Glossary
       statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
       See :pep:`343`.
 
-    context variable
+   context variable
       A variable which can have different values depending on its context.
       This is similar to Thread-Local Storage in which each execution
       thread may have a different value for a variable. However, with context