mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
(cherry picked from commit dd9a0a14c8)
This commit is contained in:
parent
041e6006db
commit
f688f180b2
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,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…
Add table
Add a link
Reference in a new issue