diff options
| author | Xiang Zhang <angwerzx@126.com> | 2017-01-10 11:30:02 +0800 |
|---|---|---|
| committer | Xiang Zhang <angwerzx@126.com> | 2017-01-10 11:30:02 +0800 |
| commit | 2427d0029824a1ef21b822b529f84eaee57acaf4 (patch) | |
| tree | e1066b933415d1bce4bce78838e1d6365e000e58 | |
| parent | 95403d74d7d17f51b50e68a10e0a0972ed77aa2a (diff) | |
| parent | 8a17995589cb6e2d05add133130c9d7a94e74245 (diff) | |
| download | cpython-git-2427d0029824a1ef21b822b529f84eaee57acaf4.tar.gz | |
Issue #29217: Merge 3.5.
| -rw-r--r-- | Doc/library/uuid.rst | 2 |
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`. |
