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
|
@ -41,9 +41,7 @@ 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.
|
||||
slicing syntax for user-defined container data types.
|
||||
|
||||
|
||||
.. data:: __debug__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue