Doc: Space breaking whole definition. (GH-13615)
This commit is contained in:
parent
9a7e5b1b42
commit
0811f2d81a
|
@ -225,7 +225,7 @@ Glossary
|
||||||
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
|
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
|
||||||
See :pep:`343`.
|
See :pep:`343`.
|
||||||
|
|
||||||
context variable
|
context variable
|
||||||
A variable which can have different values depending on its context.
|
A variable which can have different values depending on its context.
|
||||||
This is similar to Thread-Local Storage in which each execution
|
This is similar to Thread-Local Storage in which each execution
|
||||||
thread may have a different value for a variable. However, with context
|
thread may have a different value for a variable. However, with context
|
||||||
|
|
Loading…
Reference in New Issue