]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542)
authorAndrés Delfino <adelfino@gmail.com>
Fri, 26 Oct 2018 13:12:02 +0000 (10:12 -0300)
committerTal Einat <taleinat+github@gmail.com>
Fri, 26 Oct 2018 13:12:02 +0000 (16:12 +0300)
Doc/library/xml.sax.rst

index 952090c339f4ca5f4ed2f6692b834b0ec0bc25d8..e3460e51bd8def828b409e211cfbde7b8f15bc11 100644 (file)
@@ -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.