Skip to content

Commit b4db249

Browse files
pablogsalmiss-islington
authored andcommitted
bpo-9842: Add cross-reference to the ellipsis object (GH-4063)
This PR adds a cross-reference to the ellipsis object and the representation of recursive item in containers as indicated in [issue 9842](https://bugs.python.org/issue9842) by @bitdancer. https://bugs.python.org/issue9842
1 parent 98b8535 commit b4db249

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Doc/glossary.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ Glossary
1313
examples which can be executed interactively in the interpreter.
1414

1515
``...``
16-
The default Python prompt of the interactive shell when entering code for
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.
16+
Can refer to:
17+
18+
* The default Python prompt of the interactive shell when entering code for
19+
an indented code block, when within a pair of matching left and right
20+
delimiters (parentheses, square brackets, curly braces or triple quotes),
21+
or after specifying a decorator.
22+
23+
* The :const:`Ellipsis` built-in constant.
2024

2125
2to3
2226
A tool that tries to convert Python 2.x code to Python 3.x code by

0 commit comments

Comments
 (0)