]> granicus.if.org Git - python/commitdiff
#7907: fix wrong function name in doc. Patch by Brian Curtin.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 11 Feb 2010 23:50:57 +0000 (23:50 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 11 Feb 2010 23:50:57 +0000 (23:50 +0000)
Doc/library/_winreg.rst

index c003fe2c1032f59fed9932af46fd2de772cfa6c1..2a4d396ec0d78b6d58f154e5e58bf4a4ca4c6891 100644 (file)
@@ -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