diff options
author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2019-05-11 19:04:10 (GMT) |
---|---|---|
committer | Pablo Galindo <Pablogsal@gmail.com> | 2019-05-11 19:04:10 (GMT) |
commit | 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc (patch) | |
tree | eeadcb464a1ae98efce380ca75f6643325fb35f6 | |
parent | d8320ecb86da8df7c13d8bf8582507f736aa2924 (diff) | |
download | cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.zip cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.tar.gz cpython-90fb04c1e23c0fddd438bd0f73e7c018cacef4bc.tar.bz2 |
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
-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 5810a6b..9c64e48 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. |