projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f991642
)
Issue 3292: Fixup to the Sequence docs.
author
Raymond Hettinger
<python@rcn.com>
Sun, 21 Nov 2010 23:51:45 +0000
(23:51 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Sun, 21 Nov 2010 23:51:45 +0000
(23:51 +0000)
Doc/library/stdtypes.rst
patch
|
blob
|
history
diff --git
a/Doc/library/stdtypes.rst
b/Doc/library/stdtypes.rst
index 30e55b1b63d703d93d6d634316870344a5eb41d8..b2931ae48a7c3f6651c81945a367ddae222f572d 100644
(file)
--- 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 |