X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/9fa70ff733c6c962624ae82a46a67a22caebb9b0..1c6b925f0cf913ce3100c2ae3bcaed26a3f34bc1:/buffer.c diff --git a/buffer.c b/buffer.c index 27eafd1..bd5e334 100644 --- a/buffer.c +++ b/buffer.c @@ -506,7 +506,7 @@ static PyMethodDef wbuf_pymethods[] = { BUF_DOSUFFIXES(WBMETH_DECL_PUTBLK_) METH (putmp, "WBUF.putmp(X)") METH (putgf, "WBUF.putgf(X)") - KWMETH(putecpt, "WBUF.putecpt(P)") + METH (putecpt, "WBUF.putecpt(P)") METH (putecptraw, "WBUF.putecptraw(P)") METH (putge, "WBUF.putge(X)") METH (putgeraw, "WBUF.putgeraw(X)")