From: Benjamin Peterson Date: Sun, 31 Jul 2011 03:08:09 +0000 (-0500) Subject: be precise X-Git-Tag: v2.7.3rc1~552^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35fd1b9107a54a2161e00c870083b03897bc344e;p=thirdparty%2FPython%2Fcpython.git be precise --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7a0cf230267b..dc3a8143cc9a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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