bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) · python/cpython@90fb04c

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