summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-17 15:25:27 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-17 15:25:27 (GMT)
commitf920a1c1f132adb10fe81ea430f08c7b61d5cc9d (patch)
tree9450bc92c6d36d7d2fbf51c8596c71ceb705b76f /Modules/_ssl.c
parent9b5907cbd5bd8ebd56c555fa6368270590552a90 (diff)
parent3c2593b2bb12bccd80577d7bb99e7bc1e261277b (diff)
downloadcpython-f920a1c1f132adb10fe81ea430f08c7b61d5cc9d.zip
cpython-f920a1c1f132adb10fe81ea430f08c7b61d5cc9d.tar.gz
cpython-f920a1c1f132adb10fe81ea430f08c7b61d5cc9d.tar.bz2
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r--Modules/_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 0b6647f..4701560 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -2934,7 +2934,7 @@ PyDoc_STRVAR(PySSL_RAND_egd_doc,
\n\
Queries the entropy gather daemon (EGD) on the socket named by 'path'.\n\
Returns number of bytes read. Raises SSLError if connection to EGD\n\
-fails or if it does provide enough data to seed PRNG.");
+fails or if it does not provide enough data to seed PRNG.");
#endif