Kaydet (Commit) 8f5c28b1 authored tarafından John Chen's avatar John Chen Kaydeden (comit) Andrew Svetlov

Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)

üst bf2b65e4
...@@ -154,7 +154,7 @@ class FlowControlMixin(protocols.Protocol): ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment