Skip to content

Commit

Permalink
Fix grammar in secrets module documentation (pythonGH-22467)
Browse files Browse the repository at this point in the history
From `In particularly,` to `In particular,`
  • Loading branch information
msmolens authored Sep 30, 2020
1 parent 17b5be0 commit 6329893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6329893

Please sign in to comment.