]> granicus.if.org Git - python/commitdiff
Issue #20301: Mention the correct KEY_* value as the default
authorZachary Ware <zachary.ware@gmail.com>
Tue, 21 Jan 2014 19:49:22 +0000 (13:49 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 21 Jan 2014 19:49:22 +0000 (13:49 -0600)
for 'access' in winreg.DeleteKeyEx.  Already correct in the docs
function signature and docstring.  Noticed by Justin Foo.

Doc/library/winreg.rst

index 60f3bd91f1325ed31b1f22918110ed800dfe930b..06bcb86adec26a86afd80d9d4d0d4069d5876456 100644 (file)
@@ -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.*