summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBar Harel <bharel@barharel.com>2024-08-23 09:12:58 (GMT)
committerGitHub <noreply@github.com>2024-08-23 09:12:58 (GMT)
commit90b6d0e0f8f07d7443695e14a18488cb499d3b4d (patch)
tree9ff1d44bc97694e340ab622bedcc5f69dfa73f18 /Doc/library
parenta64aa47302bad05c4cd2e98d54e39a33722bf54f (diff)
downloadcpython-90b6d0e0f8f07d7443695e14a18488cb499d3b4d.zip
cpython-90b6d0e0f8f07d7443695e14a18488cb499d3b4d.tar.gz
cpython-90b6d0e0f8f07d7443695e14a18488cb499d3b4d.tar.bz2
gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 51bf883..9fad463 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -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