8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868c8e4 commit 8fc828eCopy full SHA for 8fc828e
Doc/library/secrets.rst
@@ -21,7 +21,7 @@ The :mod:`secrets` module is used for generating cryptographically strong
21
random numbers suitable for managing data such as passwords, account
22
authentication, security tokens, and related secrets.
23
24
-In particularly, :mod:`secrets` should be used in preference to the
+In particular, :mod:`secrets` should be used in preference to the
25
default pseudo-random number generator in the :mod:`random` module, which
26
is designed for modelling and simulation, not security or cryptography.
27
0 commit comments