mirror of
https://github.com/python/cpython.git
synced 2026-02-09 19:31:41 +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>
(cherry picked from commit 5d53cf30f9)
Co-authored-by: 180909 <wjh180909@gmail.com>
This commit is contained in:
parent
5574cacf57
commit
828253227e
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