Commit a600312a authored by Victor Stinner's avatar Victor Stinner

Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.

parent 76bbb957
......@@ -89,7 +89,7 @@ ReadTransport
.. method:: pause_reading()
Pause the receiving end of the transport. No data will be passed to
the protocol's :meth:`data_received` method until meth:`resume_reading`
the protocol's :meth:`data_received` method until :meth:`resume_reading`
is called.
.. method:: resume_reading()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment