mirror of https://github.com/python/cpython.git
bpo-45132: Fix the reStructuredText markup error. (GH-28270)
This commit is contained in:
parent
707137b863
commit
17a1b3e63a
|
@ -151,7 +151,7 @@ also provides these miscellaneous utilities:
|
|||
.. class:: FileWrapper(filelike, blksize=8192)
|
||||
|
||||
A wrapper to convert a file-like object to an :term:`iterator`. The resulting objects
|
||||
are :term`iterable`\ s. As the object is iterated over, the
|
||||
are :term:`iterable`\ s. As the object is iterated over, the
|
||||
optional *blksize* parameter will be repeatedly passed to the *filelike*
|
||||
object's :meth:`read` method to obtain bytestrings to yield. When :meth:`read`
|
||||
returns an empty bytestring, iteration is ended and is not resumable.
|
||||
|
|
Loading…
Reference in New Issue