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

Pablo Galindo webhook-mailer at python.org
Sat May 11 23:53:06 EDT 2019


https://github.com/python/cpython/commit/4f5febdf955240b6064bb5647dec084feaa98376
commit: 4f5febdf955240b6064bb5647dec084feaa98376
branch: 3.7
author: Sanyam Khurana <8039608+CuriousLearner at users.noreply.github.com>
committer: Pablo Galindo <Pablogsal at gmail.com>
date: 2019-05-12T04:53:02+01:00
summary:

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

(cherry picked from commit 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc)

Co-authored-by: Sanyam Khurana <8039608+CuriousLearner at users.noreply.github.com>

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 472351b485ac..9ca46222ad9b 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -13,10 +13,10 @@ Glossary
       examples which can be executed interactively in the interpreter.
 
    ``...``
-      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.
 
    2to3
       A tool that tries to convert Python 2.x code to Python 3.x code by



More information about the Python-checkins mailing list