note Ellipsis syntax

This commit is contained in:
Benjamin Peterson 2011-07-30 09:59:12 -05:00
parent 6726af73de
commit 110b781129
1 changed files with 1 additions and 1 deletions

View File

@ -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