]> granicus.if.org Git - python/commitdiff
Merged revisions 78164 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 12 Feb 2010 00:31:13 +0000 (00:31 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 12 Feb 2010 00:31:13 +0000 (00:31 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78164 | ezio.melotti | 2010-02-12 02:28:42 +0200 (Fri, 12 Feb 2010) | 9 lines

  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.
  ........
................

Doc/library/winreg.rst

index 9932c6031284b604d43538f376e5a9318b559c1f..473bfe3027f3b7006482d8a4608ba87a337d8026 100644 (file)
@@ -367,7 +367,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