mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix a minor typo. (#1032)
This commit is contained in:
parent
150cd1916a
commit
dd9a0a14c8
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ The following callbacks are called on :class:`Protocol` instances:
|
||||||
|
|
||||||
.. method:: Protocol.eof_received()
|
.. 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
|
(for example by calling :meth:`write_eof`, if the other end also uses
|
||||||
asyncio).
|
asyncio).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue