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:
Miss Islington (bot) 2020-09-30 15:49:52 -07:00 committed by Łukasz Langa
parent 900b9851ff
commit 5711c815f5
No known key found for this signature in database
GPG key ID: B26995E310250568

View file

@ -21,7 +21,7 @@ The :mod:`secrets` module is used for generating cryptographically strong
random numbers suitable for managing data such as passwords, account random numbers suitable for managing data such as passwords, account
authentication, security tokens, and related secrets. 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 default pseudo-random number generator in the :mod:`random` module, which
is designed for modelling and simulation, not security or cryptography. is designed for modelling and simulation, not security or cryptography.