From 110b7811290d1de42399996c108a98b871436642 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 30 Jul 2011 09:59:12 -0500 Subject: [PATCH] note Ellipsis syntax --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2a56bae0bf..7a0cf23026 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 -- 2.50.1