From: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> Date: Sat, 11 May 2019 19:04:10 +0000 (-0400) Subject: bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) X-Git-Tag: v3.8.0b1~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90fb04c1e23c0fddd438bd0f73e7c018cacef4bc;p=python bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 5810a6b799..9c64e48863 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.