mirror of https://github.com/python/cpython
Fix a minor typo. (#1032)
This commit is contained in:
parent
150cd1916a
commit
dd9a0a14c8
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue