[Python-checkins] cpython (2.7): Issue #29217: Fix the wrong type description of UUID.variant.

xiang.zhang python-checkins at python.org
Mon Jan 9 22:32:52 EST 2017


https://hg.python.org/cpython/rev/0d4e0a736688
changeset:   106077:0d4e0a736688
branch:      2.7
parent:      106060:13a39142c047
user:        Xiang Zhang <angwerzx at 126.com>
date:        Tue Jan 10 11:27:07 2017 +0800
summary:
  Issue #29217: Fix the wrong type description of UUID.variant.

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
@@ -104,7 +104,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