diff options
author | 2019-05-11 15:04:10 -0400 | |
---|---|---|
committer | 2019-05-11 20:04:10 +0100 | |
commit | 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc (patch) | |
tree | eeadcb464a1ae98efce380ca75f6643325fb35f6 /Doc/glossary.rst | |
parent | bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) (diff) | |
download | cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.tar.gz cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.tar.bz2 cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.zip |
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 5810a6b7997..9c64e488631 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. |