mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Doc: Space breaking whole definition. (GH-13615)
This commit is contained in:
parent
9a7e5b1b42
commit
0811f2d81a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue