8000 improve English · python/cpython@ab611eb · GitHub
[go: up one dir, main page]

Skip to content

Commit ab611eb

Browse files
committed
improve English
1 parent e15c552 commit ab611eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/functions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,9 @@ are always available. They are listed here in alphabetical order.
810810

811811
See also :ref:`typeiter`.
812812

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:
813+
One useful application of the second form of :func:`iter` is to build a
814+
block-reader. For example, reading fixed-width blocks from a text file
815+
until the end of file is reached:
816816

817817
from functools import partial
818818
with open('mydata.txt') as fp:

0 commit comments

Comments
 (0)
0