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 fd21e0a commit ce58d75Copy full SHA for ce58d75
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 "``...``", an object frequently used as a
69
- placeholder for another value. Assignment to ``Ellipsis`` is possible, but
+ The same as the ellipsis literal "``...``", an object frequently used to
+ indicate that something is omitted. Assignment to ``Ellipsis`` is possible, but
70
assignment to ``...`` is not possible and raises a :exc:`SyntaxError`.
71
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
72
0 commit comments