]> granicus.if.org Git - python/commitdiff
Fix typo in ssl.RAND_bytes documentation (GH-14791)
authorZach Thompson <zthompson47@users.noreply.github.com>
Tue, 10 Sep 2019 13:40:14 +0000 (08:40 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 13:40:14 +0000 (06:40 -0700)
It looks like "cryptographically strong" is the preferred phrase from the surrounding documentation.

Automerge-Triggered-By: @tiran
Doc/library/ssl.rst

index 279af5728913d9b7e6dedb07e7ac391b5b7aaf06..2db48ae841da90acabb832a686cf99e16e029167 100644 (file)
@@ -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