From: Jacob Walls Date: Fri, 20 Sep 2024 10:42:44 +0000 (-0300) Subject: Fix typo in XMLParser doc (#124129) X-Git-Tag: v3.14.0a1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=622368d99c986ca1a9bdba951ac53f42d7ee6fca;p=thirdparty%2FPython%2Fcpython.git Fix typo in XMLParser doc (#124129) --- 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()