[3.11] typo: missing line of output in pull parser example (GH-111068) (#111218)

Co-authored-by: Don Patterson <37046246+don-patterson@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-23 18:04:52 +02:00 committed by GitHub
parent 135d5c5840
commit a449a70bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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