Skip to content

Commit

Permalink
Fix a minor typo. (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw committed Apr 7, 2017
1 parent 150cd19 commit dd9a0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit dd9a0a1

Please sign in to comment.