]> granicus.if.org Git - python/commitdiff
Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry...
authorGeorg Brandl <georg@python.org>
Sun, 25 Apr 2010 10:55:16 +0000 (10:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 Apr 2010 10:55:16 +0000 (10:55 +0000)
Doc/library/_winreg.rst

index 3dbba5e8bf7ed6a907e6299d92018a12d3537662..e0cfc6713992b5aecc1a278ed5c56b4300a2a18b 100644 (file)
@@ -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: