From b0cbf3009b2edf4487478daa85197fcab190e6a3 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Mon, 9 Jan 2006 22:02:26 +0000 Subject: fixed broken sentence --- Doc/lib/libwinreg.tex | 6 +++--- 1 file 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} -- cgit v0.12