We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971089f commit 9dcb517Copy full SHA for 9dcb517
Doc/library/xml.sax.rst
@@ -31,7 +31,7 @@ The convenience functions are:
31
32
Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
33
first parser found will
34
- be used. If *parser_list* is provided, it must be a sequence of strings which
+ be used. If *parser_list* is provided, it must be a list of strings which
35
name modules that have a function named :func:`create_parser`. Modules listed
36
in *parser_list* will be used before modules in the default list of parsers.
37
0 commit comments