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 f57a7d4 commit bea09eeCopy full SHA for bea09ee
Doc/library/constants.rst
@@ -66,8 +66,8 @@ A small number of constants live in the built-in namespace. They are:
66
.. data:: Ellipsis
67
68
The same as the ellipsis literal "``...``", an object frequently used as a
69
- placeholder of another values. Assignments to ``Ellipsis`` are possible.
70
- However, assignments to ``...`` are illegal and raise a :exc:`SyntaxError`.
+ placeholder for another value. Assignment to ``Ellipsis`` is possible, but
+ assignment to ``...`` is not possible and raises a :exc:`SyntaxError`.
71
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
72
73
0 commit comments