summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-10 03:30:44 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-10 03:30:44 (GMT)
commitdbdfecebd2451d8a114da8a0bd0ba9eebcbb6e86 (patch)
tree171e6af5bf96b44c6fe83c2dfcd76194f627b4be /Doc
parent7a4da324dc441687dd38c360343698cdaa4c6014 (diff)
parent2427d0029824a1ef21b822b529f84eaee57acaf4 (diff)
downloadcpython-dbdfecebd2451d8a114da8a0bd0ba9eebcbb6e86.zip
cpython-dbdfecebd2451d8a114da8a0bd0ba9eebcbb6e86.tar.gz
cpython-dbdfecebd2451d8a114da8a0bd0ba9eebcbb6e86.tar.bz2
Issue #29217: Merge 3.6.
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`.