8000
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 e15c552 commit ab611ebCopy full SHA for ab611eb
Doc/library/functions.rst
@@ -810,9 +810,9 @@ are always available. They are listed here in alphabetical order.
810
811
See also :ref:`typeiter`.
812
813
- One application of the second form of :func:`iter` is build a block-reader.
814
- For example, reading fixed-width blocks from a text file until the end of
815
- file is reached:
+ One useful application of the second form of :func:`iter` is to build a
+ block-reader. For example, reading fixed-width blocks from a text file
+ until the end of file is reached:
816
817
from functools import partial
818
with open('mydata.txt') as fp:
0 commit comments