Commit 8a179955 authored by Xiang Zhang's avatar Xiang Zhang

Issue #29217: Fix the wrong type description of UUID.variant.

parent b0541f4c
...@@ -111,7 +111,7 @@ random UUID. ...@@ -111,7 +111,7 @@ random UUID.
.. attribute:: UUID.variant .. attribute:: UUID.variant
The UUID variant, which determines the internal layout of the UUID. This will be The UUID variant, which determines the internal layout of the UUID. This will be
one of the integer constants :const:`RESERVED_NCS`, :const:`RFC_4122`, one of the constants :const:`RESERVED_NCS`, :const:`RFC_4122`,
:const:`RESERVED_MICROSOFT`, or :const:`RESERVED_FUTURE`. :const:`RESERVED_MICROSOFT`, or :const:`RESERVED_FUTURE`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment