From: Georg Brandl Date: Sun, 22 Jan 2006 13:52:08 +0000 (+0000) Subject: Backport winreg documentation quirk fix. X-Git-Tag: v2.4.3c1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5105cb8d8e36cad1fb5955a2eff9ffa4988c22d4;p=thirdparty%2FPython%2Fcpython.git Backport winreg documentation quirk fix. --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 1fdc6cc8d51c..6a2d01ea7321 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}