diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2022-03-05 15:47:00 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-05 15:47:00 (GMT) |
| commit | 6927632492cbad86a250aa006c1847e03b03e70b (patch) | |
| tree | e78631ceabf92fb41ab1deb78a024d2704a3eddb /Lib/asyncio/transports.py | |
| parent | ab9301a28fa431d7a32163126fc96de3b2ce6107 (diff) | |
| download | cpython-6927632492cbad86a250aa006c1847e03b03e70b.zip cpython-6927632492cbad86a250aa006c1847e03b03e70b.tar.gz cpython-6927632492cbad86a250aa006c1847e03b03e70b.tar.bz2 | |
Remove trailing spaces (GH-31695)
Diffstat (limited to 'Lib/asyncio/transports.py')
| -rw-r--r-- | Lib/asyncio/transports.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/asyncio/transports.py b/Lib/asyncio/transports.py index 73b1fa2..30fd41d 100644 --- a/Lib/asyncio/transports.py +++ b/Lib/asyncio/transports.py @@ -100,8 +100,8 @@ class WriteTransport(BaseTransport): raise NotImplementedError 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.""" raise NotImplementedError |
