summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-05-28 12:04:42 (GMT)
committerGitHub <noreply@github.com>2019-05-28 12:04:42 (GMT)
commit0811f2d81a12a3415dc2cb2744b41520c48d4db5 (patch)
treefa8db3095ab8f5fdfc48dc7e48c79f03c8828da1
parent9a7e5b1b42abcedb895b1ce49d83fe067d01835c (diff)
downloadcpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.zip
cpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.tar.gz
cpython-0811f2d81a12a3415dc2cb2744b41520c48d4db5.tar.bz2
Doc: Space breaking whole definition. (GH-13615)
-rw-r--r--Doc/glossary.rst2
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