mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Remove XXX comment that was displayed.
This commit is contained in:
parent
7d180a0da1
commit
9499bb76a3
1 changed files with 2 additions and 4 deletions
|
@ -40,10 +40,8 @@ A small number of constants live in the built-in namespace. They are:
|
||||||
|
|
||||||
.. data:: Ellipsis
|
.. data:: Ellipsis
|
||||||
|
|
||||||
The same as ``...``. Special value used mostly in conjunction with extended
|
The same as ``...``. Special value used mostly in conjunction with extended
|
||||||
slicing syntax for user-defined container data types, as in ::
|
slicing syntax for user-defined container data types.
|
||||||
|
|
||||||
.. XXX Someone who understands extended slicing should fill in here.
|
|
||||||
|
|
||||||
|
|
||||||
.. data:: __debug__
|
.. data:: __debug__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue