]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135244: improve wording of `uuid8` docs about CSPRNG (#135433)
authorLamentXU <108666168+LamentXU123@users.noreply.github.com>
Fri, 13 Jun 2025 14:06:11 +0000 (22:06 +0800)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 14:06:11 +0000 (16:06 +0200)
Doc/library/uuid.rst

index 747ee3ee0e1951ffd105a0a21fbfca0c5f5dedac..92d58024e84d4ee565d33cdcb05ec2209315ee0e 100644 (file)
@@ -257,7 +257,7 @@ The :mod:`uuid` module defines the following functions:
    non-specified arguments are substituted for a pseudo-random integer of
    appropriate size.
 
-   By default, *a*, *b* and *c* are generated by a non-cryptographically
+   By default, *a*, *b* and *c* are not generated by a cryptographically
    secure pseudo-random number generator (CSPRNG). Use :func:`uuid4` when
    a UUID needs to be used in a security-sensitive context.