From: Benjamin Peterson Date: Sat, 30 Jul 2011 14:59:12 +0000 (-0500) Subject: note Ellipsis syntax X-Git-Tag: v2.7.3rc1~555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=110b7811290d1de42399996c108a98b871436642;p=thirdparty%2FPython%2Fcpython.git note Ellipsis syntax --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2a56bae0bf46..7a0cf230267b 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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