Doc: Space breaking whole definition. (GH-13615)

This commit is contained in:
Julien Palard 2019-05-28 14:04:42 +02:00 committed by GitHub
parent 9a7e5b1b42
commit 0811f2d81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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