Commit 939855c1 authored by Christian Heimes's avatar Christian Heimes

Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.

parent e796949b
......@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
malloc weak symbols.
......
......@@ -2576,7 +2576,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment