Skip to content

Commit

Permalink
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequ…
Browse files Browse the repository at this point in the history
…ence (GH-9542)

(cherry picked from commit 1487b65)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
  • Loading branch information
miss-islington and andresdelfino committed Oct 26, 2018
1 parent e825b4e commit 38d7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/xml.sax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The convenience functions are:

Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
first parser found will
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
name modules that have a function named :func:`create_parser`. Modules listed
in *parser_list* will be used before modules in the default list of parsers.

Expand Down

0 comments on commit 38d7620

Please sign in to comment.