diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2024-09-20 10:42:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 10:42:44 (GMT) |
commit | 622368d99c986ca1a9bdba951ac53f42d7ee6fca (patch) | |
tree | 0915587b55e319d1d19eeebbf9d0a5a739a55aa7 /Doc | |
parent | 63f196090f90cbfe5f698824655f74dea5cb2b29 (diff) | |
download | cpython-622368d99c986ca1a9bdba951ac53f42d7ee6fca.zip cpython-622368d99c986ca1a9bdba951ac53f42d7ee6fca.tar.gz cpython-622368d99c986ca1a9bdba951ac53f42d7ee6fca.tar.bz2 |
Fix typo in XMLParser doc (#124129)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 9fad463..1daf662 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 <keyword-only_parameter>`. - The *html* argument no longer supported. + The *html* argument is no longer supported. .. method:: close() |