summaryrefslogtreecommitdiff
path: root/Doc/lib/xmlsax.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-25 16:25:01 +0000
committerFred Drake <fdrake@acm.org>2002-06-25 16:25:01 +0000
commitf731fd19cc772c69247656b880ccafc25b1eb040 (patch)
treec5f12142a6b34d402938650a122211f2ca2a0815 /Doc/lib/xmlsax.tex
parent2c1973c58b13fd45f43974c80dd16aaffb7c1718 (diff)
downloadcpython-f731fd19cc772c69247656b880ccafc25b1eb040.tar.gz
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 063c993c45..c5483ac1dd 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}