Thanks to visit codestin.com Credit goes to github.com
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 707137b commit 17a1b3eCopy full SHA for 17a1b3e
1 file changed
Doc/library/wsgiref.rst
@@ -151,7 +151,7 @@ also provides these miscellaneous utilities:
151
.. class:: FileWrapper(filelike, blksize=8192)
152
153
A wrapper to convert a file-like object to an :term:`iterator`. The resulting objects
154
- are :term`iterable`\ s. As the object is iterated over, the
+ are :term:`iterable`\ s. As the object is iterated over, the
155
optional *blksize* parameter will be repeatedly passed to the *filelike*
156
object's :meth:`read` method to obtain bytestrings to yield. When :meth:`read`
157
returns an empty bytestring, iteration is ended and is not resumable.
0 commit comments