Issue 3292: Fixup to the Sequence docs.

This commit is contained in:
Raymond Hettinger 2010-11-21 23:51:45 +00:00
parent f991642efe
commit 2a07d6eefc

View 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 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* (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 | | Operation | Result | Notes |