[Python-checkins] cpython (merge 3.6 -> default): Issue #29217: Merge 3.6.
xiang.zhang
python-checkins at python.org
Mon Jan 9 22:32:52 EST 2017
https://hg.python.org/cpython/rev/a30cdf366c02
changeset: 106080:a30cdf366c02
parent: 106076:f61a0e8ec022
parent: 106079:aabb9360ff93
user: Xiang Zhang <angwerzx at 126.com>
date: Tue Jan 10 11:30:44 2017 +0800
summary:
Issue #29217: Merge 3.6.
files:
Doc/library/uuid.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst
--- a/Doc/library/uuid.rst
+++ b/Doc/library/uuid.rst
@@ -111,7 +111,7 @@
.. 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`.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list