commit | 44bb1f7eabd850db1e03574debbba8e40d897e1c | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 17:23:03 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Sat Apr 24 17:23:03 2010 +0000 |
tree | d6d8674eec4c2570523eb9c14467aca6f62c4546 | |
parent | e149166412f59fd46a907bf66bf704317b8b06f3 [diff] |
Backport fix of #5774 (only OpenKey applies here).
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 473bfe3..4b2ed41 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst
@@ -183,7 +183,7 @@ :const:`HKEY_LOCAL_MACHINE` tree. This may or may not be true. -.. function:: OpenKey(key, sub_key, res=0, sam=KEY_READ) +.. function:: OpenKey(key, sub_key[, res[, sam]]) Opens the specified key, returning a :dfn:`handle object`