Skip to content

Commit 46e7ed7

Browse files
[3.14] gh-135244: improve wording of uuid8 docs about CSPRNG (GH-135433) (#135467)
gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433) (cherry picked from commit 394d798) Co-authored-by: LamentXU <108666168+LamentXU123@users.noreply.github.com>
1 parent 6754a50 commit 46e7ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/uuid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The :mod:`uuid` module defines the following functions:
257257
non-specified arguments are substituted for a pseudo-random integer of
258258
appropriate size.
259259

260-
By default, *a*, *b* and *c* are generated by a non-cryptographically
260+
By default, *a*, *b* and *c* are not generated by a cryptographically
261261
secure pseudo-random number generator (CSPRNG). Use :func:`uuid4` when
262262
a UUID needs to be used in a security-sensitive context.
263263

0 commit comments

Comments
 (0)