From: Georg Brandl Date: Tue, 10 Jan 2006 21:37:44 +0000 (+0000) Subject: Bug #1397205: doc typo X-Git-Tag: v2.4.3c1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a82fe89037243e52d2a75eb21b55dcb78e9dc79;p=thirdparty%2FPython%2Fcpython.git Bug #1397205: doc typo --- diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index 0b922efae162..c3c72e7c0336 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -14,7 +14,7 @@ handlers, error handlers, and entity resolvers. Applications normally 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}