mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix trailing whitespace
This commit is contained in:
parent
ab2a76c8a8
commit
10e0af8493
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ Functions
|
|||
Note that while :func:`iterparse` builds the tree incrementally, it issues
|
||||
blocking reads on *source* (or the file it names). As such, it's unsuitable
|
||||
for asynchronous applications where blocking reads can't be made. For fully
|
||||
asynchronous parsing, see :class:`IncrementalParser`.
|
||||
asynchronous parsing, see :class:`IncrementalParser`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue