summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-10 03:30:02 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-10 03:30:02 (GMT)
commit2427d0029824a1ef21b822b529f84eaee57acaf4 (patch)
treee1066b933415d1bce4bce78838e1d6365e000e58 /Doc
parent95403d74d7d17f51b50e68a10e0a0972ed77aa2a (diff)
parent8a17995589cb6e2d05add133130c9d7a94e74245 (diff)
downloadcpython-2427d0029824a1ef21b822b529f84eaee57acaf4.zip
cpython-2427d0029824a1ef21b822b529f84eaee57acaf4.tar.gz
cpython-2427d0029824a1ef21b822b529f84eaee57acaf4.tar.bz2
Issue #29217: Merge 3.5.
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`.