]> granicus.if.org Git - python/commitdiff
Remove XXX comment that was displayed.
authorGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 19:35:06 +0000 (19:35 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 19:35:06 +0000 (19:35 +0000)
Doc/library/constants.rst

index f734b5c1809423c4735c29dca9bf9481b7e8543f..89b7d718b41fb674c01d0c3bcf81fb0fa4cb8ff9 100644 (file)
@@ -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__