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 4357302 commit 01a9007Copy full SHA for 01a9007
Doc/library/constants.rst
@@ -65,8 +65,8 @@ A small number of constants live in the built-in namespace. They are:
65
.. index:: single: ...; ellipsis literal
66
.. data:: Ellipsis
67
68
- The same as the ellipsis literal "``...``". Special value used mostly in conjunction
69
- with extended slicing syntax for user-defined container data types.
+ The same as the ellipsis literal "``...``", an object frequently used as a
+ placeholder of another values.
70
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
71
72
0 commit comments