diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-21 19:50:13 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-21 19:50:13 (GMT) |
commit | 5116f782217551012942b1f44393cc9e9e3941da (patch) | |
tree | 544c4dccea7c07771cc36e112f457d752fa25a7a | |
parent | 2866c6a2a1ebedd1e57d2973b0a77ed14684427d (diff) | |
parent | f7d2874d3097054e030f0169f5eed92af488acbe (diff) | |
download | cpython-5116f782217551012942b1f44393cc9e9e3941da.zip cpython-5116f782217551012942b1f44393cc9e9e3941da.tar.gz cpython-5116f782217551012942b1f44393cc9e9e3941da.tar.bz2 |
Issue #20301: Merge with 3.3
-rw-r--r-- | Doc/library/winreg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 60f3bd9..06bcb86 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -146,7 +146,7 @@ This module offers the following functions: *reserved* is a reserved integer, and must be zero. The default is zero. *access* is an integer that specifies an access mask that describes the desired - security access for the key. Default is :const:`KEY_ALL_ACCESS`. See + security access for the key. Default is :const:`KEY_WOW64_64KEY`. See :ref:`Access Rights <access-rights>` for other allowed values. *This method can not delete keys with subkeys.* |