summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libwinreg.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 1fdc6cc..6a2d01e 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -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}