We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929e89f commit a0dfdd4Copy full SHA for a0dfdd4
Doc/glossary.rst
@@ -21,7 +21,9 @@ Glossary
21
right delimiters (parentheses, square brackets, curly braces or triple
22
quotes), or after specifying a decorator.
23
24
- * The :const:`Ellipsis` built-in constant.
+ .. index:: single: ...; ellipsis literal
25
+
26
+ * The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object.
27
28
abstract base class
29
Abstract base classes complement :term:`duck-typing` by
0 commit comments