diff -r 89aa669dcc61 Doc/library/asyncio-protocol.rst --- a/Doc/library/asyncio-protocol.rst Thu Mar 20 18:00:35 2014 -0500 +++ b/Doc/library/asyncio-protocol.rst Fri Mar 21 18:01:31 2014 +0200 @@ -89,7 +89,7 @@ .. 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()