[Python-checkins] Doc: Space breaking whole definition. (GH-13615)

Julien Palard webhook-mailer at python.org
Tue May 28 08:04:48 EDT 2019


https://github.com/python/cpython/commit/0811f2d81a12a3415dc2cb2744b41520c48d4db5
commit: 0811f2d81a12a3415dc2cb2744b41520c48d4db5
branch: master
author: Julien Palard <julien at palard.fr>
committer: GitHub <noreply at github.com>
date: 2019-05-28T14:04:42+02:00
summary:

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

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 177df54ef215..0f2a3a1fdf05 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



More information about the Python-checkins mailing list