From 5d53cf30f9cb3758849e859db5d4602cb7c521f7 Mon Sep 17 00:00:00 2001 From: 180909 Date: Tue, 15 Feb 2022 02:58:22 +0800 Subject: bpo-38619: Update the documentation for UUID.hex (GH-29830) Explicitly state that it is lowercase. Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> --- Doc/library/uuid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 415e25b..ddfbbda 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -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 -- cgit v0.12