[Python-checkins] r78163 - in python/branches/release26-maint: Doc/library/_winreg.rst

ezio.melotti python-checkins at python.org
Fri Feb 12 00:54:04 CET 2010


Author: ezio.melotti
Date: Fri Feb 12 00:54:04 2010
New Revision: 78163
Log:
Merged revisions 78162 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk
........
 r78162 | ezio.melotti | 2010年02月12日 01:50:57 +0200 (2010年2月12日) | 1 line
 
 #7907: fix wrong function name in doc. Patch by Brian Curtin.
........
Modified:
 python/branches/release26-maint/ (props changed)
 python/branches/release26-maint/Doc/library/_winreg.rst
Modified: python/branches/release26-maint/Doc/library/_winreg.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/_winreg.rst	(original)
+++ python/branches/release26-maint/Doc/library/_winreg.rst	Fri Feb 12 00:54:04 2010
@@ -376,7 +376,7 @@
 key. The key identified by the key parameter must have been opened with
 :const:`KEY_SET_VALUE` access.
 
- To open the key, use the :func:`CreateKeyEx` or :func:`OpenKey` methods.
+ To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.
 
 Value lengths are limited by available memory. Long values (more than 2048
 bytes) should be stored as files with the filenames stored in the configuration


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /