From: Ezio Melotti Date: Thu, 11 Feb 2010 23:54:04 +0000 (+0000) Subject: Merged revisions 78162 via svnmerge from X-Git-Tag: v2.6.5rc1~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=896660ad4da5e2e7c280a1b0cb57927124197f92;p=thirdparty%2FPython%2Fcpython.git Merged revisions 78162 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78162 | ezio.melotti | 2010-02-12 01:50:57 +0200 (Fri, 12 Feb 2010) | 1 line #7907: fix wrong function name in doc. Patch by Brian Curtin. ........ --- diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index c003fe2c1032..2a4d396ec0d7 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -376,7 +376,7 @@ This module offers the following functions: 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