mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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>
This commit is contained in:
parent
4e4e7c2684
commit
5d53cf30f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue