mirror of https://github.com/python/cpython
note Ellipsis syntax
This commit is contained in:
parent
6726af73de
commit
110b781129
|
@ -2930,7 +2930,7 @@ This object is used by extended slice notation (see :ref:`slicings`). It
|
|||
supports no special operations. There is exactly one ellipsis object, named
|
||||
:const:`Ellipsis` (a built-in name).
|
||||
|
||||
It is written as ``Ellipsis``.
|
||||
It is written as ``Ellipsis`` or ``...``.
|
||||
|
||||
|
||||
The NotImplemented Object
|
||||
|
|
Loading…
Reference in New Issue