From 9499bb76a389142d7fd080945f5e449302a4c9a4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 2 Aug 2010 19:35:06 +0000 Subject: Remove XXX comment that was displayed. --- Doc/library/constants.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index f734b5c..89b7d71 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__ -- cgit v0.12