mirror of https://github.com/python/cpython
typo: missing line of output in pull parser example (#111068)
This commit is contained in:
parent
46cea34d54
commit
94c2ddfcd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue