Doc: Space breaking whole definition. (GH-13615)
(cherry picked from commit 0811f2d81a
)
Co-authored-by: Julien Palard <julien@palard.fr>
This commit is contained in:
parent
a6733fd0a2
commit
1cfb90b69f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue