Skip to content

Commit a0dfdd4

Browse files
committed
Doc: Change the "..." glossary entry to mention the Ellipsis object
1 parent 929e89f commit a0dfdd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Glossary
2121
right delimiters (parentheses, square brackets, curly braces or triple
2222
quotes), or after specifying a decorator.
2323

24-
* The :const:`Ellipsis` built-in constant.
24+
.. index:: single: ...; ellipsis literal
25+
26+
* The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object.
2527

2628
abstract base class
2729
Abstract base classes complement :term:`duck-typing` by

0 commit comments

Comments
 (0)