diff options
Diffstat (limited to 'Doc/library/constants.rst')
-rw-r--r-- | Doc/library/constants.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index 78f1619..634ff00 100644 --- a/Doc/library/constants.rst +++ b/Doc/library/constants.rst @@ -51,10 +51,11 @@ A small number of constants live in the built-in namespace. They are: See :exc:`NotImplementedError` for details on when to use it. +.. index:: single: ...; ellipsis literal .. data:: Ellipsis - The same as ``...``. Special value used mostly in conjunction with extended - slicing syntax for user-defined container data types. + The same as the ellipsis literal "``...``". Special value used mostly in conjunction + with extended slicing syntax for user-defined container data types. .. data:: __debug__ |