From: Fredrik Lundh Date: Mon, 9 Jan 2006 22:02:26 +0000 (+0000) Subject: fixed broken sentence X-Git-Tag: v2.5a0~846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0cbf3009b2edf4487478daa85197fcab190e6a3;p=python fixed broken sentence --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 1fdc6cc8d5..6a2d01ea73 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}