Skip to content

Commit 1953f03

Browse files
bpo-38619: Update the documentation for UUID.hex (GH-29830)
Explicitly state that it is lowercase. Co-authored-by: Kumar Aditya <[email protected]> (cherry picked from commit 5d53cf3) Co-authored-by: 180909 <[email protected]>
1 parent 0bd2d58 commit 1953f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/uuid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ which relays any information about the UUID's safety, using this enumeration:
118118

119119
.. attribute:: UUID.hex
120120

121-
The UUID as a 32-character hexadecimal string.
121+
The UUID as a 32-character lowercase hexadecimal string.
122122

123123

124124
.. attribute:: UUID.int

0 commit comments

Comments
 (0)