summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmlsax.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-25 16:25:01 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-25 16:25:01 (GMT)
commit7bc121a4fb7f6705bf83f59161f02676fd754ef0 (patch)
tree123212c72fd25b96fcd83509134d176f2716e087 /Doc/lib/xmlsax.tex
parentf0236d737443d10b4b16d0b3caff57ae4f0a05ef (diff)
downloadcpython-7bc121a4fb7f6705bf83f59161f02676fd754ef0.zip
cpython-7bc121a4fb7f6705bf83f59161f02676fd754ef0.tar.gz
cpython-7bc121a4fb7f6705bf83f59161f02676fd754ef0.tar.bz2
When talking about interfaces, use the interface names, not the names
of the implementation classes. (Remove the "Impl" from two names.)
Diffstat (limited to 'Doc/lib/xmlsax.tex')
-rw-r--r--Doc/lib/xmlsax.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmlsax.tex b/Doc/lib/xmlsax.tex
index 063c993..c5483ac 100644
--- a/Doc/lib/xmlsax.tex
+++ b/Doc/lib/xmlsax.tex
@@ -59,7 +59,7 @@ not instantiated by the application itself. Since Python does not have
an explicit notion of interface, they are formally introduced as
classes, but applications may use implementations which do not inherit
from the provided classes. The \class{InputSource}, \class{Locator},
-\class{AttributesImpl}, \class{AttributesNSImpl}, and
+\class{Attributes}, \class{AttributesNS}, and
\class{XMLReader} interfaces are defined in the module
\refmodule{xml.sax.xmlreader}. The handler interfaces are defined in
\refmodule{xml.sax.handler}. For convenience, \class{InputSource}