mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Remove trailing spaces (GH-31695)
This commit is contained in:
parent
ab9301a28f
commit
6927632492
13 changed files with 24 additions and 23 deletions
|
@ -197,8 +197,8 @@ class _SSLProtocolTransport(transports._FlowControlMixin,
|
|||
return self._ssl_protocol._get_read_buffer_size()
|
||||
|
||||
def get_write_buffer_limits(self):
|
||||
"""Get the high and low watermarks for write flow control.
|
||||
Return a tuple (low, high) where low and high are
|
||||
"""Get the high and low watermarks for write flow control.
|
||||
Return a tuple (low, high) where low and high are
|
||||
positive number of bytes."""
|
||||
return self._ssl_protocol._transport.get_write_buffer_limits()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue