[Python-checkins] r86654 - python/branches/py3k/Doc/library/stdtypes.rst

raymond.hettinger python-checkins at python.org
Mon Nov 22 00:51:45 CET 2010


Author: raymond.hettinger
Date: Mon Nov 22 00:51:45 2010
New Revision: 86654

Log:
Issue 3292: Fixup to the Sequence docs.

Modified:
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Mon Nov 22 00:51:45 2010
@@ -846,7 +846,7 @@
 
 This table lists the sequence operations sorted in ascending priority
 (operations in the same box have the same priority).  In the table, *s* and *t*
-are sequences of the same type; *n*, *i* and *j* are integers:
+are sequences of the same type; *n*, *i*, *j* and *k* are integers.
 
 +------------------+--------------------------------+----------+
 | Operation        | Result                         | Notes    |


More information about the Python-checkins mailing list