From: Raymond Hettinger Date: Sun, 21 Nov 2010 23:51:45 +0000 (+0000) Subject: Issue 3292: Fixup to the Sequence docs. X-Git-Tag: v3.2b1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a07d6eefcd068f6ccdbd98e0a65020aa2ba92cc;p=thirdparty%2FPython%2Fcpython.git Issue 3292: Fixup to the Sequence docs. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 30e55b1b63d7..b2931ae48a7c 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 |