mirror of https://github.com/python/cpython
Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.
This commit is contained in:
parent
6bc239619c
commit
51f3129ba2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue