Skip to content

Commit 4f5febd

Browse files
CuriousLearnerpablogsal
authored andcommitted
[3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-13260)
(cherry picked from commit 90fb04c) Co-authored-by: Sanyam Khurana <[email protected]>
1 parent 34ed40f commit 4f5febd

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
@@ -13,10 +13,10 @@ Glossary
1313
examples which can be executed interactively in the interpreter.
1414

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

2121
2to3
2222
A tool that tries to convert Python 2.x code to Python 3.x code by

0 commit comments

Comments
 (0)