From 0e4519ee71349a9fe22f7197f92cc1fea8bbde12 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 19 Oct 2019 20:32:51 +0100 Subject: [PATCH] group.c: Fix docstring keyword for `G.checkgroup'. --- group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; -- 2.11.0