This commit is contained in:
Georg Brandl 2006-01-10 21:37:26 +00:00
parent 05af43d6a0
commit 9ad69637e8
1 changed files with 1 additions and 1 deletions

View File

@ -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}