summaryrefslogtreecommitdiff
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>2019-05-11 23:53:02 -0400
committerPablo Galindo <Pablogsal@gmail.com>2019-05-12 04:53:02 +0100
commit4f5febdf955240b6064bb5647dec084feaa98376 (patch)
tree493bedd5f341966ba072a980820ceac7ebd59c47 /Doc/glossary.rst
parent34ed40f2e56703de04241cbacb306113b59a84f9 (diff)
downloadcpython-git-4f5febdf955240b6064bb5647dec084feaa98376.tar.gz
[3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-13260)
(cherry picked from commit 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc) Co-authored-by: Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 472351b485..9ca46222ad 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -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