summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-10 11:30:44 +0800
committerXiang Zhang <angwerzx@126.com>2017-01-10 11:30:44 +0800
commit51dfa40527856e074b7629c184be7e418efc0867 (patch)
treec3d46d1c39bc7c86d3b135cd3265f118a146aca3 /Doc
parent4035780a4fbeea4952ecde9a6aab5a67cacb3aa9 (diff)
parent8bdf235445b2a39dc28554d9f61fc64f7b320102 (diff)
downloadcpython-51dfa40527856e074b7629c184be7e418efc0867.tar.gz
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 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`.