diff options
author | Julien Palard <julien@palard.fr> | 2019-05-28 12:04:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-28 12:04:42 (GMT) |
commit | 0811f2d81a12a3415dc2cb2744b41520c48d4db5 (patch) | |
tree | fa8db3095ab8f5fdfc48dc7e48c79f03c8828da1 /Doc/glossary.rst | |
parent | 9a7e5b1b42abcedb895b1ce49d83fe067d01835c (diff) | |
download | cpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.zip cpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.tar.gz cpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.tar.bz2 |
Doc: Space breaking whole definition. (GH-13615)
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 177df54..0f2a3a1 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 |