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
(from parent 1:
61a549f
)
group.c: Fix docstring keyword for `G.checkgroup'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Oct 2019 19:32:51 +0000
(20:32 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:40 +0000
(
02:50
+0000)
group.c
patch
|
blob
|
blame
|
history
diff --git
a/group.c
b/group.c
index cc8bbc1986608450df3132db8bb72b6a33c7aee0..8921cce40410c00e206c1d8700d4c86c3d2b979c 100644
(file)
--- a/
group.c
+++ b/
group.c
@@
-1079,7
+1079,7
@@
static PyMethodDef group_pymethods[] = {
#define METHNAME(name) gmeth_##name
METH (mexp, "\
G.mexp([(X0, N0), (X1, N1), ...]) -> X0^N0 X1^N1 ...")
- KWMETH(checkgroup, "G.checkgroup(r
and = random
): check group is good")
+ KWMETH(checkgroup, "G.checkgroup(r
ng = rand
): check group is good")
#undef METHNAME
{ 0 }
};