From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 14 Feb 2022 19:25:15 +0000 (-0800) Subject: bpo-38619: Update the documentation for UUID.hex (GH-29830) X-Git-Tag: v3.9.11~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1953f03174c18f315aca883babc3819828f868d8;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> (cherry picked from commit 5d53cf30f9cb3758849e859db5d4602cb7c521f7) Co-authored-by: 180909 --- 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