From: Xiang Zhang Date: Tue, 10 Jan 2017 03:29:27 +0000 (+0800) Subject: Issue #29217: Fix the wrong type description of UUID.variant. X-Git-Tag: v3.6.1rc1~186^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a17995589cb6e2d05add133130c9d7a94e74245;p=thirdparty%2FPython%2Fcpython.git Issue #29217: Fix the wrong type description of UUID.variant. --- diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 91dbca2edd99..edbf832529a6 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`.