]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38619: Update the documentation for UUID.hex (GH-29830)
author180909 <wjh180909@gmail.com>
Mon, 14 Feb 2022 18:58:22 +0000 (02:58 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 18:58:22 +0000 (10:58 -0800)
Explicitly state that it is lowercase.

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/uuid.rst

index 415e25bef6de7d07d7106e004fd1ea4a59e743d4..ddfbbda279e35dffd69e3af779de7d45dba1fd6e 100644 (file)
@@ -118,7 +118,7 @@ which relays any information about the UUID's safety, using this enumeration:
 
 .. attribute:: UUID.hex
 
-   The UUID as a 32-character hexadecimal string.
+   The UUID as a 32-character lowercase hexadecimal string.
 
 
 .. attribute:: UUID.int