diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 2fe0d2e082fb3a0..cf5a0ea43c5ac81 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -627,6 +627,9 @@ Functions blocking reads on *source* (or the file it names). As such, it's unsuitable for applications where blocking reads can't be made. For fully non-blocking parsing, see :class:`XMLPullParser`. + + Once *source* is fully read, the returned :term:`iterator` object is populated with a ``root`` + attribute which references to the root element of the resulting XML tree. .. note::