From 77f2f48ef941f17978c7fce1468885bc8c89969a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH 1/1] algorithms.c: Fix docstring for `GCHash.hashsz'. --- algorithms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.0