Skip to content

Commit 8f5c28b

Browse files
johnchen902asvetlov
authored andcommitted
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
1 parent bf2b65e commit 8f5c28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class FlowControlMixin(protocols.Protocol):
154154
"""Reusable flow control logic for StreamWriter.drain().
155155
156156
This implements the protocol methods pause_writing(),
157-
resume_reading() and connection_lost(). If the subclass overrides
157+
resume_writing() and connection_lost(). If the subclass overrides
158158
these it must call the super methods.
159159
160160
StreamWriter.drain() must wait for _drain_helper() coroutine.

0 commit comments

Comments
 (0)