]> granicus.if.org Git - python/commitdiff
Issue #29217: Fix the wrong type description of UUID.variant.
authorXiang Zhang <angwerzx@126.com>
Tue, 10 Jan 2017 03:29:27 +0000 (11:29 +0800)
committerXiang Zhang <angwerzx@126.com>
Tue, 10 Jan 2017 03:29:27 +0000 (11:29 +0800)
Doc/library/uuid.rst

index 91dbca2edd992d444092ca4ef1afcf2b48be1dcb..edbf832529a64f9b80a6b1578bb129c5df2e9c1b 100644 (file)
@@ -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`.