mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Issue #29217: Fix the wrong type description of UUID.variant.
This commit is contained in:
parent
b0541f4cdf
commit
8a17995589
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ random UUID.
|
|||
.. attribute:: UUID.variant
|
||||
|
||||
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`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue