]> granicus.if.org Git - python/commitdiff
Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Mar 2014 16:17:15 +0000 (17:17 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Mar 2014 16:17:15 +0000 (17:17 +0100)
Doc/library/asyncio-protocol.rst

index 80c974af06fb17c0a6af322adedfc422a76c325f..c352403785f00792aa94940bd107abae9a1edb20 100644 (file)
@@ -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()