Skip to content

Commit

Permalink
bpo-38619: Update the documentation for UUID.hex (GH-29830)
Browse files Browse the repository at this point in the history
Explicitly state that it is lowercase.

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

Co-authored-by: 180909 <wjh180909@gmail.com>
  • Loading branch information
miss-islington and 180909 committed Feb 14, 2022
1 parent 0bd2d58 commit 1953f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/uuid.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1953f03

Please sign in to comment.