chiark / gitweb /
pwsafe: Report password mismatch as an error, not an exception.
[catacomb-python] / 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
-  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)")