]> granicus.if.org Git - python/commitdiff
When talking about interfaces, use the interface names, not the names
authorFred Drake <fdrake@acm.org>
Tue, 25 Jun 2002 16:25:01 +0000 (16:25 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 25 Jun 2002 16:25:01 +0000 (16:25 +0000)
of the implementation classes.  (Remove the "Impl" from two names.)

Doc/lib/xmlsax.tex

index 063c993c4539bfca3bbfb93afe27a5e27e8885ac..c5483ac1dd6990a9f5c636151ba2613b9eb517fe 100644 (file)
@@ -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}