]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Space breaking whole definition. (GH-13615)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2019 12:28:34 +0000 (05:28 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 12:28:34 +0000 (05:28 -0700)
(cherry picked from commit 0811f2d81a12a3415dc2cb2744b41520c48d4db5)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/glossary.rst

index f7f35cbb67d288f312fb4dce1de35dd2178c5bb4..df6f6b6462954dbb5859595b2341284108056b98 100644 (file)
@@ -221,7 +221,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