mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
This commit is contained in:
parent
bf2b65e413
commit
8f5c28b193
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class FlowControlMixin(protocols.Protocol):
|
||||||
"""Reusable flow control logic for StreamWriter.drain().
|
"""Reusable flow control logic for StreamWriter.drain().
|
||||||
|
|
||||||
This implements the protocol methods pause_writing(),
|
This implements the protocol methods pause_writing(),
|
||||||
resume_reading() and connection_lost(). If the subclass overrides
|
resume_writing() and connection_lost(). If the subclass overrides
|
||||||
these it must call the super methods.
|
these it must call the super methods.
|
||||||
|
|
||||||
StreamWriter.drain() must wait for _drain_helper() coroutine.
|
StreamWriter.drain() must wait for _drain_helper() coroutine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue