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

This commit is contained in:
Brian Curtin 2010-04-24 17:14:35 +00:00
parent 520c834fbb
commit 2ec87deede
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ This module offers the following functions:
: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>`.