summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-10 21:37:26 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-10 21:37:26 (GMT)
commit9ad69637e8397a4896fbfe5c5e047d048f53956a (patch)
treebdd7ec3f168cd889ecbac91920e1178fafcd4f9e /Doc/lib
parent05af43d6a0e31bcfbd371baff8a1f3bf67cdf6ff (diff)
downloadcpython-9ad69637e8397a4896fbfe5c5e047d048f53956a.zip
cpython-9ad69637e8397a4896fbfe5c5e047d048f53956a.tar.gz
cpython-9ad69637e8397a4896fbfe5c5e047d048f53956a.tar.bz2
Bug #1397205: doc typo
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/xmlsaxhandler.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex
index 0b922ef..c3c72e7 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}