[Python-checkins] r42008 - python/branches/release24-maint/Doc/lib/xmlsaxhandler.tex

georg.brandl python-checkins at python.org
Tue Jan 10 22:37:45 CET 2006


Author: georg.brandl
Date: Tue Jan 10 22:37:44 2006
New Revision: 42008

Modified:
   python/branches/release24-maint/Doc/lib/xmlsaxhandler.tex
Log:
Bug #1397205: doc typo



Modified: python/branches/release24-maint/Doc/lib/xmlsaxhandler.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/xmlsaxhandler.tex	(original)
+++ python/branches/release24-maint/Doc/lib/xmlsaxhandler.tex	Tue Jan 10 22:37:44 2006
@@ -14,7 +14,7 @@
 only need to implement those interfaces whose events they are
 interested in; they can implement the interfaces in a single object or
 in multiple objects. Handler implementations should inherit from the
-base classes provided in the module \module{xml.sax}, so that all
+base classes provided in the module \module{xml.sax.handler}, so that all
 methods get default implementations.
 
 \begin{classdesc*}{ContentHandler}


More information about the Python-checkins mailing list