diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 19:35:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 19:35:06 (GMT) |
commit | 9499bb76a389142d7fd080945f5e449302a4c9a4 (patch) | |
tree | 0e9742b5db4c519fdfafcc513a9d34023518ddba /Doc | |
parent | 7d180a0da1eef4aff2ac1149f04a52997b380ef6 (diff) | |
download | cpython-9499bb76a389142d7fd080945f5e449302a4c9a4.zip cpython-9499bb76a389142d7fd080945f5e449302a4c9a4.tar.gz cpython-9499bb76a389142d7fd080945f5e449302a4c9a4.tar.bz2 |
Remove XXX comment that was displayed.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/constants.rst | 6 |
1 files 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__ |