commit | d741d2b2abc02554c58befa8df19cdeeecdc8f6f | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Jul 31 11:50:15 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Jul 31 11:50:15 2011 +0800 |
tree | e1d984e457b5ad8310ab307ad8314c9157a0473e | |
parent | 23c2104118194cd04ce8f2378619c23c4a72ca49 [diff] | |
parent | e62bada41ec3c03a57ef3bee78a0be68fdbdf636 [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