diff options
| -rw-r--r-- | Doc/library/uuid.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 91dbca2edd..edbf832529 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -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`.  | 
