Commit cd6815c9 authored by Brian Curtin's avatar Brian Curtin

Backport fix of #5774 (only OpenKey applies here).

parent 9cd59a24
...@@ -193,7 +193,7 @@ This module offers the following functions: ...@@ -193,7 +193,7 @@ This module offers the following functions:
:const:`HKEY_LOCAL_MACHINE` tree. This may or may not be true. :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 :ref:`handle object <handle-object>`. Opens the specified key, returning a :ref:`handle object <handle-object>`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment