From: Andrés Delfino Date: Sat, 16 Jun 2018 03:46:38 +0000 (-0300) Subject: bpo-33571: Improve the glossary description for '...' prompt (GH-6971) X-Git-Tag: v3.8.0a1~1546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68680035143a3a6398faa88f067f244c74691d19;p=thirdparty%2FPython%2Fcpython.git bpo-33571: Improve the glossary description for '...' prompt (GH-6971) Mention that it can be triggered by triple quotes and after specifying decorators. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 0f658b8c7e76..668dbb2a7ce9 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -14,8 +14,9 @@ Glossary ``...`` 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 - delimiters (parentheses, square brackets or curly braces). + 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