changeset: 71637:402f94edf11b branch: 2.7 user: Benjamin Peterson date: Sat Jul 30 09:59:12 2011 -0500 files: Doc/library/stdtypes.rst description: note Ellipsis syntax diff -r 5a9272785d5f -r 402f94edf11b Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Sat Jul 30 09:58:59 2011 -0500 +++ b/Doc/library/stdtypes.rst Sat Jul 30 09:59:12 2011 -0500 @@ -2930,7 +2930,7 @@ 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