]> granicus.if.org Git - python/commitdiff
Fix a minor typo. (#1032) (#1037)
authorBarry Warsaw <barry@python.org>
Fri, 7 Apr 2017 20:50:13 +0000 (16:50 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 20:50:13 +0000 (16:50 -0400)
(cherry picked from commit dd9a0a14c89d57e43898d4b866b8c161e4ff8506)

Doc/library/asyncio-protocol.rst

index 482ffbbed35b1ea358ae302738136d3bb0f11b6e..3f55506c669a29fa08d5d9ffe9c893400c269114 100644 (file)
@@ -384,7 +384,7 @@ The following callbacks are called on :class:`Protocol` instances:
 
 .. method:: Protocol.eof_received()
 
-   Calls when the other end signals it won't send any more data
+   Called when the other end signals it won't send any more data
    (for example by calling :meth:`write_eof`, if the other end also uses
    asyncio).