Skip to content

Commit ce58d75

Browse files
committed
Doc: Improve Ellipsis doc at library/constants
1 parent fd21e0a commit ce58d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/constants.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ A small number of constants live in the built-in namespace. They are:
6565
.. index:: single: ...; ellipsis literal
6666
.. data:: Ellipsis
6767

68-
The same as the ellipsis literal "``...``", an object frequently used as a
69-
placeholder for another value. Assignment to ``Ellipsis`` is possible, but
68+
The same as the ellipsis literal "``...``", an object frequently used to
69+
indicate that something is omitted. Assignment to ``Ellipsis`` is possible, but
7070
assignment to ``...`` is not possible and raises a :exc:`SyntaxError`.
7171
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
7272

0 commit comments

Comments
 (0)