From: 180909 Date: Mon, 14 Feb 2022 18:58:22 +0000 (+0800) Subject: bpo-38619: Update the documentation for UUID.hex (GH-29830) X-Git-Tag: v3.11.0a6~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d53cf30f9cb3758849e859db5d4602cb7c521f7;p=thirdparty%2FPython%2Fcpython.git 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> --- diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 415e25bef6de..ddfbbda279e3 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