From: Georg Brandl Date: Mon, 2 Aug 2010 19:35:06 +0000 (+0000) Subject: Remove XXX comment that was displayed. X-Git-Tag: v3.2a2~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9499bb76a389142d7fd080945f5e449302a4c9a4;p=thirdparty%2FPython%2Fcpython.git Remove XXX comment that was displayed. --- diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index f734b5c18094..89b7d718b41f 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__