summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-10 21:37:44 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-10 21:37:44 (GMT)
commit8a82fe89037243e52d2a75eb21b55dcb78e9dc79 (patch)
treeb2415949c13b38508cbf58477f21cee4625718d9 /Doc
parent44d52e239359d22e86c457d4e9b2a47620f37eaf (diff)
downloadcpython-8a82fe89037243e52d2a75eb21b55dcb78e9dc79.zip
cpython-8a82fe89037243e52d2a75eb21b55dcb78e9dc79.tar.gz
cpython-8a82fe89037243e52d2a75eb21b55dcb78e9dc79.tar.bz2
Bug #1397205: doc typo
Diffstat (limited to 'Doc')
-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}