summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 8c8ebb7..e9ad333 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -2817,7 +2817,7 @@ PySSL_RAND_egd(PyObject *self, PyObject *arg)
}
static char PySSL_RAND_egd_doc[] =
-"RAND_egd(path) -> bytes
+"RAND_egd(path) -> bytes\n\
\n\
Queries the entropy gather daemon (EGD) on socket path. Returns number\n\
of bytes read. Raises socket.sslerror if connection to EGD fails or\n\