Skip to content

Commit adeffcc

Browse files
committed
Closes #26444: typo fixes.
1 parent 63d096d commit adeffcc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,16 +1044,16 @@ XMLParser Objects
10441044

10451045
This class is the low-level building block of the module. It uses
10461046
:mod:`xml.parsers.expat` for efficient, event-based parsing of XML. It can
1047-
be fed XML data incrementall with the :meth:`feed` method, and parsing events
1048-
are translated to a push API - by invoking callbacks on the *target* object.
1049-
If *target* is omitted, the standard :class:`TreeBuilder` is used. The
1050-
*html* argument was historically used for backwards compatibility and is now
1051-
deprecated. If *encoding* [1]_ is given, the value overrides the encoding
1052-
specified in the XML file.
1047+
be fed XML data incrementally with the :meth:`feed` method, and parsing
1048+
events are translated to a push API - by invoking callbacks on the *target*
1049+
object. If *target* is omitted, the standard :class:`TreeBuilder` is used.
1050+
The *html* argument was historically used for backwards compatibility and is
1051+
now deprecated. If *encoding* [1]_ is given, the value overrides the
1052+
encoding specified in the XML file.
10531053

10541054
.. deprecated:: 3.4
10551055
The *html* argument. The remaining arguments should be passed via
1056-
keywword to prepare for the removal of the *html* argument.
1056+
keyword to prepare for the removal of the *html* argument.
10571057

10581058
.. method:: close()
10591059

0 commit comments

Comments
 (0)