Skip to content

Commit 92fb461

Browse files
committed
Fix backticks
1 parent 708a88a commit 92fb461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ StreamReader
295295
Invoke ``close()`` on the underlying asyncio transport (if one exists).
296296

297297
Note: It is not necessary for code that is given an already
298-
instantiated :class:`StreamReader` instance to call `close()`
298+
instantiated :class:`StreamReader` instance to call ``close()``
299299
for the sake of cleaning up resources when it is done using
300300
it. Cleanup of the underlying transport is the
301301
reponsibility of the code that provided the

0 commit comments

Comments
 (0)