Skip to content

Commit 90fb04c

Browse files
CuriousLearnerpablogsal
authored andcommitted
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
1 parent d8320ec commit 90fb04c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Glossary
1515
``...``
1616
Can refer to:
1717

18-
* The default Python prompt of the interactive shell when entering code for
19-
an indented code block, when within a pair of matching left and right
20-
delimiters (parentheses, square brackets, curly braces or triple quotes),
21-
or after specifying a decorator.
18+
* The default Python prompt of the interactive shell when entering the
19+
code for an indented code block, when within a pair of matching left and
20+
right delimiters (parentheses, square brackets, curly braces or triple
21+
quotes), or after specifying a decorator.
2222

2323
* The :const:`Ellipsis` built-in constant.
2424

0 commit comments

Comments
 (0)