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 708a88a commit 92fb461Copy full SHA for 92fb461
Doc/library/asyncio-stream.rst
@@ -295,7 +295,7 @@ StreamReader
295
Invoke ``close()`` on the underlying asyncio transport (if one exists).
296
297
Note: It is not necessary for code that is given an already
298
- instantiated :class:`StreamReader` instance to call `close()`
+ instantiated :class:`StreamReader` instance to call ``close()``
299
for the sake of cleaning up resources when it is done using
300
it. Cleanup of the underlying transport is the
301
reponsibility of the code that provided the
0 commit comments