Remove XXX comment that was displayed.

This commit is contained in:
Georg Brandl 2010-08-02 19:35:06 +00:00
parent 7d180a0da1
commit 9499bb76a3

View file

@ -41,9 +41,7 @@ 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.
slicing syntax for user-defined container data types.
.. data:: __debug__