From 48f20d408434bf9385c75b43b8cb5355c1592edc Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 28 May 2019 14:04:42 +0200 Subject: [PATCH] Doc: Space breaking whole definition. (GH-13615) (cherry picked from commit 0811f2d81a12a3415dc2cb2744b41520c48d4db5) Co-authored-by: Julien Palard --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f7f35cbb67d288f..df6f6b6462954db 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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