diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index f734b5c1809..89b7d718b41 100644 --- a/Doc/library/constants.rst +++ b/Doc/library/constants.rst @@ -40,10 +40,8 @@ A small number of constants live in the built-in namespace. They are: .. data:: Ellipsis - The same as ``...``. Special value used mostly in conjunction with extended - slicing syntax for user-defined container data types, as in :: - - .. 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. .. data:: __debug__