projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05af43d
)
Bug #1397205: doc typo
author
Georg Brandl
<georg@python.org>
Tue, 10 Jan 2006 21:37:26 +0000
(21:37 +0000)
committer
Georg Brandl
<georg@python.org>
Tue, 10 Jan 2006 21:37:26 +0000
(21:37 +0000)
Doc/lib/xmlsaxhandler.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/xmlsaxhandler.tex
b/Doc/lib/xmlsaxhandler.tex
index 0b922efae162e80be516015a0bcb47a87a755f9f..c3c72e7c03361d12dc249104b11d1a32e084dbd0 100644
(file)
--- 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}