Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2a76c commit 10e0af8Copy full SHA for 10e0af8
1 file changed
Doc/library/xml.etree.elementtree.rst
@@ -390,7 +390,7 @@ Functions
390
Note that while :func:`iterparse` builds the tree incrementally, it issues
391
blocking reads on *source* (or the file it names). As such, it's unsuitable
392
for asynchronous applications where blocking reads can't be made. For fully
393
- asynchronous parsing, see :class:`IncrementalParser`.
+ asynchronous parsing, see :class:`IncrementalParser`.
394
395
.. note::
396
0 commit comments