We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
1 parent 17b5be0 commit 6329893Copy full SHA for 6329893
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