mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
[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:
parent
34ed40f2e5
commit
4f5febdf95
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue