]> 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:27:07 +0000 (11:27 +0800)
committerXiang Zhang <angwerzx@126.com>
Tue, 10 Jan 2017 03:27:07 +0000 (11:27 +0800)
Doc/library/uuid.rst

index 885db3d4c4fe7699fe95ca2ba5db41fd3c6e3a1f..bc69b5f025b66e3e32d4516a00857eac32ce974c 100644 (file)
@@ -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`.