mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
#7907: fix wrong function name in doc. Patch by Brian Curtin.
This commit is contained in:
parent
e5e7696458
commit
6164d7ac84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue