]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport winreg documentation quirk fix.
authorGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 13:52:08 +0000 (13:52 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 13:52:08 +0000 (13:52 +0000)
Doc/lib/libwinreg.tex

index 1fdc6cc8d51c29ed9f786db8e09c1e86e1b514b6..6a2d01ea7321a17237499f0fda0eb9adc1f57db6 100644 (file)
@@ -25,9 +25,9 @@ This module offers the following functions:
  Closes a previously opened registry key.
  The hkey argument specifies a previously opened key.
 
- Note that if \var{hkey} is not closed using this method, (or the
- \method{handle.Close()} closed when the \var{hkey} object is 
- destroyed by Python.
+ Note that if \var{hkey} is not closed using this method (or via
+ \method{handle.Close()}), it is closed when the \var{hkey} object
is destroyed by Python.
 \end{funcdesc}