rand.c: Show keyword argument as optional.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 17:23:46 +0000 (17:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:11:29 +0000 (15:11 +0000)
rand.c

diff --git a/rand.c b/rand.c
index d57795a..b662fd5 100644 (file)
--- a/rand.c
+++ b/rand.c
@@ -1483,7 +1483,7 @@ static PyTypeObject bbspriv_pytype_skel = {
     Py_TPFLAGS_BASETYPE,
 
   /* @tp_doc@ */
-"BBSPriv(..., seed = 2]): Blum-Blum-Shub, with private key.\n\
+"BBSPriv(..., [seed = 2]): Blum-Blum-Shub, with private key.\n\
   Keywords: n, p, q; must provide at least two",
 
   0,                                   /* @tp_traverse@ */