Skip to content

Commit 01a9007

Browse files
committed
Doc: Change Ellipsis doc at library/constants
1 parent 4357302 commit 01a9007

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 "``...``". Special value used mostly in conjunction
69-
with extended slicing syntax for user-defined container data types.
68+
The same as the ellipsis literal "``...``", an object frequently used as a
69+
placeholder of another values.
7070
``Ellipsis`` is the sole instance of the :data:`types.EllipsisType` type.
7171

7272

0 commit comments

Comments
 (0)