diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/_winreg.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 3dbba5e..e0cfc67 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -20,8 +20,8 @@ to ensure that the handles are closed correctly, even if the programmer neglects to explicitly close them. This module exposes a very low-level interface to the Windows registry; it is -expected that in the future a new ``winreg`` module will be created offering a -higher-level interface to the registry API. +expected that in the future a new module will be created offering a higher-level +interface to the registry API. This module offers the following functions: |