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

This commit is contained in:
Sanyam Khurana 2019-05-11 15:04:10 -04:00 committed by Pablo Galindo
parent d8320ecb86
commit 90fb04c1e2
1 changed files with 4 additions and 4 deletions

View 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.