Skip to content

Commit f688f18

Browse files
authored
Fix a minor typo. (#1032) (#1036)
(cherry picked from commit dd9a0a1)
1 parent 041e600 commit f688f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ The following callbacks are called on :class:`Protocol` instances:
381381

382382
.. method:: Protocol.eof_received()
383383

384-
Calls when the other end signals it won't send any more data
384+
Called when the other end signals it won't send any more data
385385
(for example by calling :meth:`write_eof`, if the other end also uses
386386
asyncio).
387387

0 commit comments

Comments
 (0)