Fix trailing whitespace

This commit is contained in:
Eli Bendersky 2013-04-20 05:54:29 -07:00
parent ab2a76c8a8
commit 10e0af8493
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ Functions
Note that while :func:`iterparse` builds the tree incrementally, it issues 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 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 for asynchronous applications where blocking reads can't be made. For fully
asynchronous parsing, see :class:`IncrementalParser`. asynchronous parsing, see :class:`IncrementalParser`.
.. note:: .. note::