Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10e0af8

Browse files
committed
Fix trailing whitespace
1 parent ab2a76c commit 10e0af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/xml.etree.elementtree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Functions
390390
Note that while :func:`iterparse` builds the tree incrementally, it issues
391391
blocking reads on *source* (or the file it names). As such, it's unsuitable
392392
for asynchronous applications where blocking reads can't be made. For fully
393-
asynchronous parsing, see :class:`IncrementalParser`.
393+
asynchronous parsing, see :class:`IncrementalParser`.
394394

395395
.. note::
396396

0 commit comments

Comments
 (0)