]> granicus.if.org Git - python/commitdiff
#2781: fix function name.
authorGeorg Brandl <georg@python.org>
Fri, 9 May 2008 06:10:43 +0000 (06:10 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 9 May 2008 06:10:43 +0000 (06:10 +0000)
Doc/library/_winreg.rst

index 6aed8cbdaae2187c86fd066a2e91d83aeb4d18c7..9b899508281a79ccbaabff8a5ffa906a00b1f63f 100644 (file)
@@ -150,7 +150,7 @@ This module offers the following functions:
    *key* is an already open key, or one of the predefined  :const:`HKEY_\*`
    constants.
 
-   It is not necessary to call RegFlushKey to change a key. Registry changes are
+   It is not necessary to call :func:`FlushKey` to change a key. Registry changes are
    flushed to disk by the registry using its lazy  flusher.  Registry changes are
    also flushed to disk at system  shutdown.  Unlike :func:`CloseKey`, the
    :func:`FlushKey` method  returns only when all the data has been written to the
@@ -163,7 +163,7 @@ This module offers the following functions:
       isn't.
 
 
-.. function:: RegLoadKey(key, sub_key, file_name)
+.. function:: LoadKey(key, sub_key, file_name)
 
    Creates a subkey under the specified key and stores registration  information
    from a specified file into that subkey.