commit | e62bada41ec3c03a57ef3bee78a0be68fdbdf636 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jul 30 22:08:18 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jul 30 22:08:18 2011 -0500 |
tree | ccd5cc3c22ce41d14c4285516b146c148b6ddcd1 | |
parent | 35fd1b9107a54a2161e00c870083b03897bc344e [diff] | |
parent | 4cfdb077fd45a5b017803e9429388f51a7536a2b [diff] |
merge heads
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7a0cf23..dc3a814 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst
@@ -2930,7 +2930,8 @@ 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