buffer.c: Don't advertise `WBUF.putecpt' as a keyword method.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Oct 2019 19:25:39 +0000 (20:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:39 +0000 (02:50 +0000)
buffer.c

index 27eafd1..bd5e334 100644 (file)
--- 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)")