Skip to content

Commit dd9a0a1

Browse files
authored
Fix a minor typo. (#1032)
1 parent 150cd19 commit dd9a0a1

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
@@ -384,7 +384,7 @@ The following callbacks are called on :class:`Protocol` instances:
384384

385385
.. method:: Protocol.eof_received()
386386

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

0 commit comments

Comments
 (0)