Skip to content

Commit 5d53cf3

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]>
1 parent 4e4e7c2 commit 5d53cf3

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)