X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/61a549fb3344b390cc10e99191617757b3f38ecc..0e4519ee71349a9fe22f7197f92cc1fea8bbde12:/group.c 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 } };