Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44bb1f7

Browse files
committed
Backport fix of #5774 (only OpenKey applies here).
1 parent e149166 commit 44bb1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/winreg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This module offers the following functions:
183183
:const:`HKEY_LOCAL_MACHINE` tree. This may or may not be true.
184184

185185

186-
.. function:: OpenKey(key, sub_key, res=0, sam=KEY_READ)
186+
.. function:: OpenKey(key, sub_key[, res[, sam]])
187187

188188
Opens the specified key, returning a :dfn:`handle object`
189189

0 commit comments

Comments
 (0)