From 202d82b7a790102c5da9dbb54d36e731e326f3f0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Nov 2019 17:23:46 +0000 Subject: [PATCH] rand.c: Show keyword argument as optional. --- rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ */ -- 2.11.0