diff options
author | Guido van Rossum <guido@python.org> | 2014-01-30 09:55:28 -0800 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2014-01-30 09:55:28 -0800 |
commit | 7d17abe2b5e50235deed761a329e6dcbeaff774d (patch) | |
tree | ca628f2e253e7ac980074e9143ea41d6ccacfdec /asyncio/streams.py | |
parent | 54f64b811c5d21826211e3f43f5711b11412a87b (diff) | |
download | trollius-7d17abe2b5e50235deed761a329e6dcbeaff774d.tar.gz |
Normalize whitespace (use "make pep8" to verify).
Diffstat (limited to 'asyncio/streams.py')
-rw-r--r-- | asyncio/streams.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asyncio/streams.py b/asyncio/streams.py index bd77cab..06f052a 100644 --- a/asyncio/streams.py +++ b/asyncio/streams.py @@ -14,6 +14,7 @@ from . import tasks _DEFAULT_LIMIT = 2**16 + class IncompleteReadError(EOFError): """ Incomplete read error. Attributes: |