chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917dbf4
)
util.c: Fix docstrings for generic-map iterator classes.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Oct 2019 19:33:28 +0000
(20:33 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:40 +0000
(
02:50
+0000)
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index 027033ef59fadada2fe11ad500aa48fada457d2e..6a6d26c4a0d7cc638f68e994a1c9574d15ead780 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-407,7
+407,7
@@
static PyTypeObject itemiter_pytype_skel = {
Py_TPFLAGS_BASETYPE,
/* @tp_doc@ */
-"Iterates over the
item
s of a mapping.",
+"Iterates over the
key
s of a mapping.",
0, /* @tp_traverse@ */
0, /* @tp_clear@ */
@@
-465,7
+465,7
@@
static PyTypeObject valiter_pytype_skel = {
Py_TPFLAGS_BASETYPE,
/* @tp_doc@ */
-"Iterates over the
item
s of a mapping.",
+"Iterates over the
value
s of a mapping.",
0, /* @tp_traverse@ */
0, /* @tp_clear@ */