Skip to content

Commit 9499bb7

Browse files
committed
Remove XXX comment that was displayed.
1 parent 7d180a0 commit 9499bb7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/library/constants.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ A small number of constants live in the built-in namespace. They are:
4040

4141
.. data:: Ellipsis
4242

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.
43+
The same as ``...``. Special value used mostly in conjunction with extended
44+
slicing syntax for user-defined container data types.
4745

4846

4947
.. data:: __debug__

0 commit comments

Comments
 (0)