mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
(Merge 3.4) Close #21010: Fix typo in asyncio doc. Patch written by Claudiu
Popa.
This commit is contained in:
commit
068281addd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue