From: Mark Wooding Date: Fri, 22 Nov 2019 17:23:46 +0000 (+0000) Subject: rand.c: Show keyword argument as optional. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/202d82b7a790102c5da9dbb54d36e731e326f3f0 rand.c: Show keyword argument as optional. --- diff --git a/rand.c b/rand.c index d57795a..b662fd5 100644 --- 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@ */