[Python-checkins] r80448 - python/branches/release31-maint/Doc/library/winreg.rst

brian.curtin python-checkins at python.org
Sat Apr 24 19:23:03 CEST 2010


Author: brian.curtin
Date: Sat Apr 24 19:23:03 2010
New Revision: 80448

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


Modified:
   python/branches/release31-maint/Doc/library/winreg.rst

Modified: python/branches/release31-maint/Doc/library/winreg.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/winreg.rst	(original)
+++ python/branches/release31-maint/Doc/library/winreg.rst	Sat Apr 24 19:23:03 2010
@@ -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`
 


More information about the Python-checkins mailing list