Skip to content

Commit d78573f

Browse files
Fixes a documentation typo.
1 parent 5122fd2 commit d78573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def resume_reading(self):
151151
def set_write_buffer_limits(self, high=None, low=None):
152152
"""Set the high- and low-water limits for write flow control.
153153
154-
These two values control when call the protocol’s
154+
These two values control when the protocol’s
155155
pause_writing()and resume_writing() methods are called. If
156156
specified, the low-water limit must be less than or equal to
157157
the high-water limit. Neither high nor low can be negative.

0 commit comments

Comments
 (0)