Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a17995

Browse files
committed
Issue #29217: Fix the wrong type description of UUID.variant.
1 parent b0541f4 commit 8a17995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/uuid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ random UUID.
111111
.. attribute:: UUID.variant
112112

113113
The UUID variant, which determines the internal layout of the UUID. This will be
114-
one of the integer constants :const:`RESERVED_NCS`, :const:`RFC_4122`,
114+
one of the constants :const:`RESERVED_NCS`, :const:`RFC_4122`,
115115
:const:`RESERVED_MICROSOFT`, or :const:`RESERVED_FUTURE`.
116116

117117

0 commit comments

Comments
 (0)