mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue 3292: Fixup to the Sequence docs.
This commit is contained in:
parent
f991642efe
commit
2a07d6eefc
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue