mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
This commit is contained in:
parent
a511c7a496
commit
c2f056be82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue