Skip to content

Commit fb2cf16

Browse files
Fix incorrect interface names in xml.sax.rst
1 parent 6920036 commit fb2cf16

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/xml.sax.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ instantiated by the application itself. Since Python does not have an explicit
7979
notion of interface, they are formally introduced as classes, but applications
8080
may use implementations which do not inherit from the provided classes. The
8181
:class:`~xml.sax.xmlreader.InputSource`, :class:`~xml.sax.xmlreader.Locator`,
82-
:class:`~xml.sax.xmlreader.Attributes`, :class:`~xml.sax.xmlreader.AttributesNS`,
83-
and :class:`~xml.sax.xmlreader.XMLReader` interfaces are defined in the
84-
module :mod:`xml.sax.xmlreader`. The handler interfaces are defined in
85-
:mod:`xml.sax.handler`. For convenience,
82+
:class:`~xml.sax.xmlreader.AttributesImpl`,
83+
:class:`~xml.sax.xmlreader.AttributesNSImpl`, and :class:`~xml.sax.xmlreader.XMLReader`
84+
interfaces are defined in the module :mod:`xml.sax.xmlreader`.
85+
The handler interfaces are defined in :mod:`xml.sax.handler`. For convenience,
8686
:class:`~xml.sax.xmlreader.InputSource` (which is often
8787
instantiated directly) and the handler classes are also available from
8888
:mod:`!xml.sax`. These interfaces are described below.

0 commit comments

Comments
 (0)