diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-14 19:20:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 19:20:48 (GMT) |
commit | 828253227efe16f0e759df36bbb2ca49083223c8 (patch) | |
tree | aa2181e7578de8645b474c27014f08e268b2061c /Doc | |
parent | 5574cacf5727764c462f9f37cc30e68a3dacbaa5 (diff) | |
download | cpython-828253227efe16f0e759df36bbb2ca49083223c8.zip cpython-828253227efe16f0e759df36bbb2ca49083223c8.tar.gz cpython-828253227efe16f0e759df36bbb2ca49083223c8.tar.bz2 |
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 <wjh180909@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/uuid.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |