https://github.com/python/cpython/commit/c2f056be82a433ff1fe756c1a463c91633c230ab commit: c2f056be82a433ff1fe756c1a463c91633c230ab branch: master author: Zach Thompson <zthompson47 at users.noreply.github.com> committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> date: 2019年09月10日T06:40:14-07:00 summary: 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 files: M Doc/library/ssl.rst diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 279af5728913..2db48ae841da 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) <https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator>`_, - to get the requirements of a cryptographically generator. + to get the requirements of a cryptographically strong generator. .. versionadded:: 3.3