Skip to content

Commit

Permalink
Fixes a documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire authored Dec 15, 2016
1 parent 5122fd2 commit d78573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def resume_reading(self):
def set_write_buffer_limits(self, high=None, low=None):
"""Set the high- and low-water limits for write flow control.
These two values control when call the protocol’s
These two values control when the protocol’s
pause_writing()and resume_writing() methods are called. If
specified, the low-water limit must be less than or equal to
the high-water limit. Neither high nor low can be negative.
Expand Down

0 comments on commit d78573f

Please sign in to comment.