ec.c: Add missing optional argument to docstring.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 17:22:27 +0000 (17:22 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 21:29:15 +0000 (21:29 +0000)
ec.c

diff --git a/ec.c b/ec.c
index cfe785a..c006926 100644 (file)
--- a/ec.c
+++ b/ec.c
@@ -1484,7 +1484,7 @@ static PyGetSetDef ecinfo_pygetset[] = {
 
 static PyMethodDef ecinfo_pymethods[] = {
 #define METHNAME(name) eimeth_##name
-  KWMETH(check,                "I.check() -> None")
+  KWMETH(check,                "I.check([rng = rand]) -> None")
 #undef METHNAME
   { 0 }
 };