Fix a minor typo. (#1032)

This commit is contained in:
Barry Warsaw 2017-04-07 14:18:14 -04:00 committed by GitHub
parent 150cd1916a
commit dd9a0a14c8
1 changed files with 1 additions and 1 deletions

View 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).