]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38619: Update the documentation for UUID.hex (GH-29830)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Feb 2022 19:25:15 +0000 (11:25 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 19:25:15 +0000 (11:25 -0800)
Explicitly state that it is lowercase.

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 5d53cf30f9cb3758849e859db5d4602cb7c521f7)

Co-authored-by: 180909 <wjh180909@gmail.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