Skip to content

Commit 17a1b3e

Browse files
bpo-45132: Fix the reStructuredText markup error. (GH-28270)
1 parent 707137b commit 17a1b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/wsgiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ also provides these miscellaneous utilities:
151151
.. class:: FileWrapper(filelike, blksize=8192)
152152

153153
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
154+
are :term:`iterable`\ s. As the object is iterated over, the
155155
optional *blksize* parameter will be repeatedly passed to the *filelike*
156156
object's :meth:`read` method to obtain bytestrings to yield. When :meth:`read`
157157
returns an empty bytestring, iteration is ended and is not resumable.

0 commit comments

Comments
 (0)