bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Mention that it can be triggered by triple quotes and after specifying decorators.
(cherry picked from commit 6868003514
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
bb3b365588
commit
80c51c4737
|
@ -14,8 +14,9 @@ Glossary
|
||||||
|
|
||||||
``...``
|
``...``
|
||||||
The default Python prompt of the interactive shell when entering code for
|
The default Python prompt of the interactive shell when entering code for
|
||||||
an indented code block or within a pair of matching left and right
|
an indented code block, when within a pair of matching left and right
|
||||||
delimiters (parentheses, square brackets or curly braces).
|
delimiters (parentheses, square brackets, curly braces or triple quotes),
|
||||||
|
or after specifying a decorator.
|
||||||
|
|
||||||
2to3
|
2to3
|
||||||
A tool that tries to convert Python 2.x code to Python 3.x code by
|
A tool that tries to convert Python 2.x code to Python 3.x code by
|
||||||
|
|
Loading…
Reference in New Issue