[Python-checkins] bpo-38619: Update the documentation for UUID.hex (GH-29830)

miss-islington webhook-mailer at python.org
Mon Feb 14 14:25:35 EST 2022


https://github.com/python/cpython/commit/1953f03174c18f315aca883babc3819828f868d8
commit: 1953f03174c18f315aca883babc3819828f868d8
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-02-14T11:25:15-08:00
summary:

bpo-38619: Update the documentation for UUID.hex (GH-29830)


Explicitly state that it is lowercase.

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

Co-authored-by: 180909 <wjh180909 at gmail.com>

files:
M Doc/library/uuid.rst

diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst
index 415e25bef6de7..ddfbbda279e35 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



More information about the Python-checkins mailing list