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 fae75b7 commit 5688029Copy full SHA for 5688029
Doc/library/constants.rst
@@ -66,7 +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.
+ placeholder of another values. Assignments to ``Ellipsis`` are possible.
70
+ However, assignments to ``...`` are illegal and raise a :exc:`SyntaxError`.
71
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
72
73
0 commit comments