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 de2e448 commit a8d5e2fCopy full SHA for a8d5e2f
Doc/library/constants.rst
@@ -53,8 +53,8 @@ A small number of constants live in the built-in namespace. They are:
53
54
.. data:: Ellipsis
55
56
- The same as ``...``. Special value used mostly in conjunction with extended
57
- 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.
58
59
60
.. data:: __debug__
@@ -96,4 +96,3 @@ should not be used in programs.
96
Object that when printed, prints the message "Type license() to see the
97
full license text", and when called, displays the full license text in a
98
pager-like fashion (one screen at a time).
99
-
0 commit comments