From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 28 May 2019 12:28:34 +0000 (-0700) Subject: Doc: Space breaking whole definition. (GH-13615) X-Git-Tag: v3.7.4rc1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cfb90b69f0239ca8763725ddb01e206b74cb901;p=thirdparty%2FPython%2Fcpython.git Doc: Space breaking whole definition. (GH-13615) (cherry picked from commit 0811f2d81a12a3415dc2cb2744b41520c48d4db5) Co-authored-by: Julien Palard --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f7f35cbb67d2..df6f6b646295 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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