Skip to content

Commit 1487b65

Browse files
andresdelfinotaleinat
authored andcommitted
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542)
1 parent ec10b70 commit 1487b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.sax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The convenience functions are:
4040

4141
Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
4242
first parser found will
43-
be used. If *parser_list* is provided, it must be a sequence of strings which
43+
be used. If *parser_list* is provided, it must be a list of strings which
4444
name modules that have a function named :func:`create_parser`. Modules listed
4545
in *parser_list* will be used before modules in the default list of parsers.
4646

0 commit comments

Comments
 (0)