summaryrefslogtreecommitdiff
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-12 00:28:42 +0000
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-12 00:28:42 +0000
commitedeacda11824c474c8883c2f7b6f5f2c12abb201 (patch)
tree77a3b436ca6a7d7cc64de1612f38091717b61176 /Doc/library/winreg.rst
parent667882fac44a1a4b33c5d007d8aa82e94785c034 (diff)
downloadcpython-git-edeacda11824c474c8883c2f7b6f5f2c12abb201.tar.gz
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. ........
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r--Doc/library/winreg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index 9932c60312..473bfe3027 100644
--- a/Doc/library/winreg.rst
+++ b/Doc/library/winreg.rst
@@ -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