From: Julien Palard Date: Tue, 28 May 2019 12:04:42 +0000 (+0200) Subject: Doc: Space breaking whole definition. (GH-13615) X-Git-Tag: v3.8.0b1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0811f2d81a12a3415dc2cb2744b41520c48d4db5;p=thirdparty%2FPython%2Fcpython.git Doc: Space breaking whole definition. (GH-13615) --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 177df54ef215..0f2a3a1fdf05 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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