Skip to content

Commit 5711c81

Browse files
miss-islingtonmsmolens
authored andcommitted
Fix grammar in secrets module documentation (pythonGH-22467)
From `In particularly,` to `In particular,` (cherry picked from commit 6329893) Co-authored-by: Max Smolens <msmolens@users.noreply.github.com>
1 parent 900b985 commit 5711c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/secrets.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The :mod:`secrets` module is used for generating cryptographically strong
2121
random numbers suitable for managing data such as passwords, account
2222
authentication, security tokens, and related secrets.
2323

24-
In particularly, :mod:`secrets` should be used in preference to the
24+
In particular, :mod:`secrets` should be used in preference to the
2525
default pseudo-random number generator in the :mod:`random` module, which
2626
is designed for modelling and simulation, not security or cryptography.
2727

0 commit comments

Comments
 (0)