From c2f056be82a433ff1fe756c1a463c91633c230ab Mon Sep 17 00:00:00 2001 From: Zach Thompson Date: Tue, 10 Sep 2019 08:40:14 -0500 Subject: Fix typo in ssl.RAND_bytes documentation (GH-14791) It looks like "cryptographically strong" is the preferred phrase from the surrounding documentation. Automerge-Triggered-By: @tiran --- Doc/library/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/ssl.rst') diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 279af57289..2db48ae841 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -293,7 +293,7 @@ Random generation Read the Wikipedia article, `Cryptographically secure pseudorandom number generator (CSPRNG) `_, - to get the requirements of a cryptographically generator. + to get the requirements of a cryptographically strong generator. .. versionadded:: 3.3 -- cgit v1.2.1