Skip to content

Commit 0811f2d

Browse files
authored
Doc: Space breaking whole definition. (GH-13615)
1 parent 9a7e5b1 commit 0811f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Glossary
225225
statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
226226
See :pep:`343`.
227227

228-
context variable
228+
context variable
229229
A variable which can have different values depending on its context.
230230
This is similar to Thread-Local Storage in which each execution
231231
thread may have a different value for a variable. However, with context

0 commit comments

Comments
 (0)