summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:02:26 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:02:26 (GMT)
commitb0cbf3009b2edf4487478daa85197fcab190e6a3 (patch)
tree27b659afb65df1d68989e11a168b37a8f2031953 /Doc
parentb449c17f77986c38434ca5b718652be2f7f7bf17 (diff)
downloadcpython-b0cbf3009b2edf4487478daa85197fcab190e6a3.zip
cpython-b0cbf3009b2edf4487478daa85197fcab190e6a3.tar.gz
cpython-b0cbf3009b2edf4487478daa85197fcab190e6a3.tar.bz2
fixed broken sentence
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}