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 7d180a0 commit 9499bb7Copy full SHA for 9499bb7
1 file changed
Doc/library/constants.rst
@@ -40,10 +40,8 @@ A small number of constants live in the built-in namespace. They are:
40
41
.. data:: Ellipsis
42
43
- The same as ``...``. Special value used mostly in conjunction with extended
44
- slicing syntax for user-defined container data types, as in ::
45
-
46
- .. XXX Someone who understands extended slicing should fill in here.
+ The same as ``...``. Special value used mostly in conjunction with extended
+ slicing syntax for user-defined container data types.
47
48
49
.. data:: __debug__
0 commit comments