From 19bff42f99d41cd9b8953ff61edfe35380b54d88 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 19 Oct 2019 20:25:39 +0100 Subject: [PATCH] buffer.c: Don't advertise `WBUF.putecpt' as a keyword method. --- buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer.c b/buffer.c index 12a542c..fcb5b33 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)") -- 2.11.0