Commit d741d2b2 authored by Senthil Kumaran's avatar Senthil Kumaran

merge heads.

parents 23c21041 e62bada4
......@@ -2930,7 +2930,8 @@ 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`` or ``...``.
It is written as ``Ellipsis``. When in a subscript, it can also be written as
``...``, for example ``seq[...]``.
The NotImplemented Object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment