From 0811f2d81a12a3415dc2cb2744b41520c48d4db5 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) --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 177df54ef21..0f2a3a1fdf0 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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