From 2ec87deede7a5452fe336951ab30d2eb7bc4da47 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Sat, 24 Apr 2010 17:14:35 +0000 Subject: [PATCH] Backport fix of #5774 (only OpenKey applies here). --- Doc/library/_winreg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 28be590744..f3e59be400 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -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 `. -- 2.40.0