chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
828b138
)
algorithms.c: Fix docstring for `GCHash.hashsz'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000
(09:26 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Apr 2017 10:43:17 +0000
(11:43 +0100)
algorithms.c
patch
|
blob
|
blame
|
history
diff --git
a/algorithms.c
b/algorithms.c
index 60cfd58d04b6b89a3c0bac2f0a47389e1355d477..06fdc3271200f7a99f36fe2786c024dc28bd2e6a 100644
(file)
--- 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")
static PyGetSetDef gchash_pygetset[] = {
#define GETSETNAME(op, name) gch##op##_##name
GET (bufsz, "CH.bufsz -> hash buffer size, or zero")
- GET (hashsz, "CH.
blk
sz -> hash output size")
+ GET (hashsz, "CH.
hash
sz -> hash output size")
GET (name, "CH.name -> name of this kind of hash")
#undef GETSETNAME
{ 0 }
GET (name, "CH.name -> name of this kind of hash")
#undef GETSETNAME
{ 0 }