Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f920a1c

Browse files
committed
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
2 parents 9b5907c + 3c2593b commit f920a1c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Core and Builtins
2828
Library
2929
-------
3030

31+
- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
32+
3133
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
3234
malloc weak symbols.
3335

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ PyDoc_STRVAR(PySSL_RAND_egd_doc,
29342934
\n\
29352935
Queries the entropy gather daemon (EGD) on the socket named by 'path'.\n\
29362936
Returns number of bytes read. Raises SSLError if connection to EGD\n\
2937-
fails or if it does provide enough data to seed PRNG.");
2937+
fails or if it does not provide enough data to seed PRNG.");
29382938

29392939
#endif
29402940

0 commit comments

Comments
 (0)