Skip to content

Commit 6868003

Browse files
andresdelfinoMariatta
authored andcommitted
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Mention that it can be triggered by triple quotes and after specifying decorators.
1 parent 2707e41 commit 6868003

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Glossary
1414

1515
``...``
1616
The default Python prompt of the interactive shell when entering code for
17-
an indented code block or within a pair of matching left and right
18-
delimiters (parentheses, square brackets or curly braces).
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.
1920

2021
2to3
2122
A tool that tries to convert Python 2.x code to Python 3.x code by

0 commit comments

Comments
 (0)