summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-10 03:29:27 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-10 03:29:27 (GMT)
commit8a17995589cb6e2d05add133130c9d7a94e74245 (patch)
tree2c1c79f006a3554a79823025e7ee0c01ec7badd2 /Doc
parentb0541f4cdf1bb0ed1fc24fe14e9acf3f81fd8c80 (diff)
downloadcpython-8a17995589cb6e2d05add133130c9d7a94e74245.zip
cpython-8a17995589cb6e2d05add133130c9d7a94e74245.tar.gz
cpython-8a17995589cb6e2d05add133130c9d7a94e74245.tar.bz2
Issue #29217: Fix the wrong type description of UUID.variant.
Diffstat (limited to 'Doc')
-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 91dbca2..edbf832 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`.