mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.12] typo: missing line of output in pull parser example (GH-111068) (#111217)
Co-authored-by: Don Patterson <37046246+don-patterson@users.noreply.github.com>
This commit is contained in:
parent
6a5aab0cb4
commit
82c045f301
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue