Issue 3292: Fixup to the Sequence docs.
authorRaymond Hettinger <python@rcn.com>
Sun, 21 Nov 2010 23:51:45 +0000 (23:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 21 Nov 2010 23:51:45 +0000 (23:51 +0000)
Doc/library/stdtypes.rst

index 30e55b1b63d703d93d6d634316870344a5eb41d8..b2931ae48a7c3f6651c81945a367ddae222f572d 100644 (file)
@@ -846,7 +846,7 @@ operations have the same priorities as the comparison operations.  The ``+`` and
 
 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    |