From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:51:12 +0000 (+0200) Subject: [3.12] Fix typo in XMLParser doc (GH-124129) (#124281) X-Git-Tag: v3.12.7~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8606a2e91c18218fb5ebbae9f7c58906bfdb3c90;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix typo in XMLParser doc (GH-124129) (#124281) Fix typo in XMLParser doc (GH-124129) (cherry picked from commit 622368d99c986ca1a9bdba951ac53f42d7ee6fca) Co-authored-by: Jacob Walls --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index c3c577bc3515..9acb7169c08e 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -1370,7 +1370,7 @@ XMLParser Objects .. versionchanged:: 3.8 Parameters are now :ref:`keyword-only `. - The *html* argument no longer supported. + The *html* argument is no longer supported. .. method:: close()