projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7e5b1
)
Doc: Space breaking whole definition. (GH-13615)
author
Julien Palard
<julien@palard.fr>
Tue, 28 May 2019 12:04:42 +0000
(14:04 +0200)
committer
GitHub
<noreply@github.com>
Tue, 28 May 2019 12:04:42 +0000
(14:04 +0200)
Doc/glossary.rst
patch
|
blob
|
history
diff --git
a/Doc/glossary.rst
b/Doc/glossary.rst
index 177df54ef215d4f2bc70615262d146ad2a115cb4..0f2a3a1fdf05106e945752485400331a8d0404f4 100644
(file)
--- 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