[Python-checkins] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)

Pablo Galindo webhook-mailer at python.org
Sat May 11 15:04:14 EDT 2019


https://github.com/python/cpython/commit/90fb04c1e23c0fddd438bd0f73e7c018cacef4bc
commit: 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc
branch: master
author: Sanyam Khurana <8039608+CuriousLearner at users.noreply.github.com>
committer: Pablo Galindo <Pablogsal at gmail.com>
date: 2019-05-11T20:04:10+01:00
summary:

bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 5810a6b79978..9c64e4886319 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -15,10 +15,10 @@ Glossary
    ``...``
       Can refer to:
 
-      * The default Python prompt of the interactive shell when entering code for
-        an indented code block, when within a pair of matching left and right
-        delimiters (parentheses, square brackets, curly braces or triple quotes),
-        or after specifying a decorator.
+      * The default Python prompt of the interactive shell when entering the
+        code for an indented code block, when within a pair of matching left and
+        right delimiters (parentheses, square brackets, curly braces or triple
+        quotes), or after specifying a decorator.
 
       * The :const:`Ellipsis` built-in constant.
 



More information about the Python-checkins mailing list