[Python-checkins] r42139 - python/branches/release24-maint/Doc/lib/libwinreg.tex

georg.brandl python-checkins at python.org
Sun Jan 22 14:52:09 CET 2006


Author: georg.brandl
Date: Sun Jan 22 14:52:08 2006
New Revision: 42139

Modified:
   python/branches/release24-maint/Doc/lib/libwinreg.tex
Log:
Backport winreg documentation quirk fix.



Modified: python/branches/release24-maint/Doc/lib/libwinreg.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libwinreg.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libwinreg.tex	Sun Jan 22 14:52:08 2006
@@ -25,9 +25,9 @@
  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}
 
 


More information about the Python-checkins mailing list