Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150cd19 commit dd9a0a1Copy full SHA for dd9a0a1
1 file changed
Doc/library/asyncio-protocol.rst
@@ -384,7 +384,7 @@ The following callbacks are called on :class:`Protocol` instances:
384
385
.. method:: Protocol.eof_received()
386
387
- 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
388
(for example by calling :meth:`write_eof`, if the other end also uses
389
asyncio).
390
0 commit comments