From 5105cb8d8e36cad1fb5955a2eff9ffa4988c22d4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Jan 2006 13:52:08 +0000 Subject: Backport winreg documentation quirk fix. --- 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