@@ -34,10 +34,10 @@ The convenience functions are:
3434.. function :: make_parser(parser_list=[])
3535
3636 Create and return a SAX :class: `~xml.sax.xmlreader.XMLReader ` object. The
37- first parser found will
38- be used. If * parser_list * is provided, it must be an iterable of strings which
39- name modules that have a function named :func : `create_parser `. Modules listed
40- in * parser_list * will be used before modules in the default list of parsers.
37+ first parser found will be used. If * parser_list * is provided, it must be
38+ an iterable of strings which name modules that have a function named
39+ :ref : `create_parser < sax-parser-modules > `. Modules listed in * parser_list *
40+ will be used before modules in the default list of parsers.
4141
4242 .. versionchanged :: 3.8
4343 The *parser_list * argument can be any iterable, not just a list.
@@ -79,9 +79,9 @@ instantiated by the application itself. Since Python does not have an explicit
7979notion of interface, they are formally introduced as classes, but applications
8080may use implementations which do not inherit from the provided classes. The
8181:class: `~xml.sax.xmlreader.InputSource `, :class: `~xml.sax.xmlreader.Locator `,
82- :ref: `Attributes <attributes-objects >`,:ref: `AttributesNS <attributes-ns-objects> `,
82+ :ref: `Attributes <attributes-objects >`, :ref: `AttributesNS <attributes-ns-objects >`,
8383and :class: `~xml.sax.xmlreader.XMLReader ` interfaces are defined in the module
84- :mod: `xml.sax.xmlreader `. The handler interfaces are defined in
84+ :mod: `xml.sax.xmlreader `. The handler interfaces are defined in
8585:mod: `xml.sax.handler `. For convenience, :class: `~xml.sax.xmlreader.InputSource `
8686(which is often instantiated directly) and the handler classes are also available
8787from :mod: `!xml.sax `. These interfaces are described below.
0 commit comments