From da8ea3a59dd764619e500be320b224531a7c0ef3 Mon Sep 17 00:00:00 2001 From: Xiang Zhang Date: Tue, 10 Jan 2017 11:27:07 +0800 Subject: [PATCH] Issue #29217: Fix the wrong type description of UUID.variant. --- Doc/library/uuid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 885db3d4c4fe..bc69b5f025b6 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -104,7 +104,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`. -- 2.47.3