File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ Glossary
13
13
examples which can be executed interactively in the interpreter.
14
14
15
15
``... ``
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.
20
24
21
25
2to3
22
26
A tool that tries to convert Python 2.x code to Python 3.x code by
You can’t perform that action at this time.
0 commit comments