summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-28 05:28:34 -0700
committerGitHub <noreply@github.com>2019-05-28 05:28:34 -0700
commit1cfb90b69f0239ca8763725ddb01e206b74cb901 (patch)
treeef7e9cca13a1b660b169547ef6b8e64171c6f245 /Doc
parenta6733fd0a26109c0b3579f46296cc2627b3347a8 (diff)
downloadcpython-git-1cfb90b69f0239ca8763725ddb01e206b74cb901.tar.gz
Doc: Space breaking whole definition. (GH-13615)
(cherry picked from commit 0811f2d81a12a3415dc2cb2744b41520c48d4db5) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index f7f35cbb67..df6f6b6462 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