[3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-13260)

(cherry picked from commit 90fb04c1e2)

Co-authored-by: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
This commit is contained in:
Sanyam Khurana 2019-05-11 23:53:02 -04:00 committed by Pablo Galindo
parent 34ed40f2e5
commit 4f5febdf95

View file

@ -13,10 +13,10 @@ Glossary
examples which can be executed interactively in the interpreter.
``...``
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.
2to3
A tool that tries to convert Python 2.x code to Python 3.x code by