X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/828b13882f35b28275cf4062296b0419e0f0a7d1..77f2f48ef941f17978c7fce1468885bc8c89969a:/algorithms.c diff --git a/algorithms.c b/algorithms.c index 60cfd58..06fdc32 100644 --- a/algorithms.c +++ b/algorithms.c @@ -787,7 +787,7 @@ static PyObject *ghmeth_done(PyObject *me, PyObject *arg) static PyGetSetDef gchash_pygetset[] = { #define GETSETNAME(op, name) gch##op##_##name GET (bufsz, "CH.bufsz -> hash buffer size, or zero") - GET (hashsz, "CH.blksz -> hash output size") + GET (hashsz, "CH.hashsz -> hash output size") GET (name, "CH.name -> name of this kind of hash") #undef GETSETNAME { 0 }