From 94c2ddfcd78e62090153837a72f88c083e2be01e Mon Sep 17 00:00:00 2001 From: Don Patterson <37046246+don-patterson@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:54:29 -0300 Subject: typo: missing line of output in pull parser example (#111068) --- Doc/library/xml.etree.elementtree.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 54c9300..c9b3263 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -154,6 +154,7 @@ elements, call :meth:`XMLPullParser.read_events`. Here is an example:: ... print(elem.tag, 'text=', elem.text) ... end + mytag text= sometext more text The obvious use case is applications that operate in a non-blocking fashion where the XML data is being received from a socket or read incrementally from -- cgit v0.12