mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fix grammar in secrets module documentation (GH-22467)
From `In particularly,` to `In particular,`
(cherry picked from commit 63298930fb
)
Co-authored-by: Max Smolens <msmolens@users.noreply.github.com>
This commit is contained in:
parent
868c8e41eb
commit
8fc828ec4e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ The :mod:`secrets` module is used for generating cryptographically strong
|
|||
random numbers suitable for managing data such as passwords, account
|
||||
authentication, security tokens, and related secrets.
|
||||
|
||||
In particularly, :mod:`secrets` should be used in preference to the
|
||||
In particular, :mod:`secrets` should be used in preference to the
|
||||
default pseudo-random number generator in the :mod:`random` module, which
|
||||
is designed for modelling and simulation, not security or cryptography.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue