summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-21 19:50:13 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-21 19:50:13 (GMT)
commit5116f782217551012942b1f44393cc9e9e3941da (patch)
tree544c4dccea7c07771cc36e112f457d752fa25a7a
parent2866c6a2a1ebedd1e57d2973b0a77ed14684427d (diff)
parentf7d2874d3097054e030f0169f5eed92af488acbe (diff)
downloadcpython-5116f782217551012942b1f44393cc9e9e3941da.zip
cpython-5116f782217551012942b1f44393cc9e9e3941da.tar.gz
cpython-5116f782217551012942b1f44393cc9e9e3941da.tar.bz2
Issue #20301: Merge with 3.3
-rw-r--r--Doc/library/winreg.rst2
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.*