From 9ad69637e8397a4896fbfe5c5e047d048f53956a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 10 Jan 2006 21:37:26 +0000 Subject: [PATCH] Bug #1397205: doc typo --- Doc/lib/xmlsaxhandler.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index 0b922efae1..c3c72e7c03 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} -- 2.50.1