]> granicus.if.org Git - python/commitdiff
fixed broken sentence
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 9 Jan 2006 22:02:26 +0000 (22:02 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 9 Jan 2006 22:02:26 +0000 (22:02 +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}