summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-10 11:29:27 +0800
committerXiang Zhang <angwerzx@126.com>2017-01-10 11:29:27 +0800
commit8a17995589cb6e2d05add133130c9d7a94e74245 (patch)
tree2c1c79f006a3554a79823025e7ee0c01ec7badd2
parentb0541f4cdf1bb0ed1fc24fe14e9acf3f81fd8c80 (diff)
downloadcpython-git-8a17995589cb6e2d05add133130c9d7a94e74245.tar.gz
Issue #29217: Fix the wrong type description of UUID.variant.
-rw-r--r--Doc/library/uuid.rst2
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`.