From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:53:10 +0000 (+0200) Subject: [3.13] Fix typo in XMLParser doc (GH-124129) (#124280) X-Git-Tag: v3.13.0rc3~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=848a21007b98d2f0efd8bbace46d9ed70173e53d;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix typo in XMLParser doc (GH-124129) (#124280) 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 9fad463d9366..1daf6628013b 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -1375,7 +1375,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()