diff options
author | Raymond Hettinger <python@rcn.com> | 2010-11-21 23:51:45 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-11-21 23:51:45 (GMT) |
commit | 2a07d6eefcd068f6ccdbd98e0a65020aa2ba92cc (patch) | |
tree | 791cebd3b9872125f6d1fa039ce07fa379b96cac /Doc/library | |
parent | f991642efec091087f9261d82ff5502d61d21688 (diff) | |
download | cpython-2a07d6eefcd068f6ccdbd98e0a65020aa2ba92cc.zip cpython-2a07d6eefcd068f6ccdbd98e0a65020aa2ba92cc.tar.gz cpython-2a07d6eefcd068f6ccdbd98e0a65020aa2ba92cc.tar.bz2 |
Issue 3292: Fixup to the Sequence docs.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 30e55b1..b2931ae 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 | |