chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
09b8041
)
buffer.c: Fix docstring for WriteBuffer.zero.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 24 May 2014 13:00:03 +0000
(14:00 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Aug 2014 18:55:30 +0000
(19:55 +0100)
buffer.c
patch
|
blob
|
blame
|
history
diff --git
a/buffer.c
b/buffer.c
index 9b6e0ff73006f22b0d807df7825dfa2eebe8b638..ea38e658fc0993a3cc2a50a29998b3f784c3ecdf 100644
(file)
--- a/
buffer.c
+++ b/
buffer.c
@@
-491,7
+491,7
@@
static PyGetSetDef wbuf_pygetset[] = {
static PyMethodDef wbuf_pymethods[] = {
#define METHNAME(func) wbmeth_##func
static PyMethodDef wbuf_pymethods[] = {
#define METHNAME(func) wbmeth_##func
- METH (zero, "WBUF.
skip
(N)")
+ METH (zero, "WBUF.
zero
(N)")
METH (put, "WBUF.put(BYTES)")
#define WBMETH_DECL_PUTU_(n, W, w) \
METH(putu##w, "WBUF.putu" #w "(INT)")
METH (put, "WBUF.put(BYTES)")
#define WBMETH_DECL_PUTU_(n, W, w) \
METH(putu##w, "WBUF.putu" #w "(INT)")