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 bf2b65e commit 8f5c28bCopy full SHA for 8f5c28b
Lib/asyncio/streams.py
@@ -154,7 +154,7 @@ class FlowControlMixin(protocols.Protocol):
154
"""Reusable flow control logic for StreamWriter.drain().
155
156
This implements the protocol methods pause_writing(),
157
- resume_reading() and connection_lost(). If the subclass overrides
+ resume_writing() and connection_lost(). If the subclass overrides
158
these it must call the super methods.
159
160
StreamWriter.drain() must wait for _drain_helper() coroutine.
0 commit comments