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 5122fd2 commit d78573fCopy full SHA for d78573f
serial_asyncio/__init__.py
@@ -151,7 +151,7 @@ def resume_reading(self):
151
def set_write_buffer_limits(self, high=None, low=None):
152
"""Set the high- and low-water limits for write flow control.
153
154
- These two values control when call the protocol’s
+ These two values control when the protocol’s
155
pause_writing()and resume_writing() methods are called. If
156
specified, the low-water limit must be less than or equal to
157
the high-water limit. Neither high nor low can be negative.
0 commit comments