X Tutup
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed docs
  • Loading branch information
bharel authored Aug 22, 2024
commit 4e80848db60f0076e886ec1d1ab3ff8284414564
2 changes: 1 addition & 1 deletion Doc/library/xml.etree.elementtree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ Element Objects

.. method:: extend(subelements)

Appends *subelements* from a sequence object with zero or more elements.
Appends *subelements* from an iterable of elements.
Raises :exc:`TypeError` if a subelement is not an :class:`Element`.

.. versionadded:: 3.2
Expand Down
X Tutup