]> granicus.if.org Git - python/commitdiff
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
Sat, 11 May 2019 19:04:10 +0000 (15:04 -0400)
committerPablo Galindo <Pablogsal@gmail.com>
Sat, 11 May 2019 19:04:10 +0000 (20:04 +0100)
Doc/glossary.rst

index 5810a6b7997804806ff9f05840526fa04ceabd33..9c64e4886319620dee742f99b3cd094bf813ad90 100644 (file)
@@ -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.