Skip to content

Commit

Permalink
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner authored and pablogsal committed May 11, 2019
1 parent d8320ec commit 90fb04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 90fb04c

Please sign in to comment.