changeset 71637:402f94edf11b 2.7

note Ellipsis syntax
author Benjamin Peterson <benjamin@python.org>
date Sat, 30 Jul 2011 09:59:12 -0500
parents 5a9272785d5f
children 952e83a8bc78 ac2a695ff888
files Doc/library/stdtypes.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2930,7 +2930,7 @@ This object is used by extended slice no
 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