From: Mark Wooding Date: Sat, 19 Oct 2019 19:32:51 +0000 (+0100) Subject: group.c: Fix docstring keyword for `G.checkgroup'. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/0e4519ee71349a9fe22f7197f92cc1fea8bbde12?hp=61a549fb3344b390cc10e99191617757b3f38ecc group.c: Fix docstring keyword for `G.checkgroup'. --- diff --git a/group.c b/group.c index cc8bbc1..8921cce 100644 --- 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(rand = random): check group is good") + KWMETH(checkgroup, "G.checkgroup(rng = rand): check group is good") #undef METHNAME { 0 } };