commit | b0b0e628ee453126efb16805588ef60e2601fd08 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Tue Feb 18 22:27:48 2014 -0500 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Tue Feb 18 22:27:48 2014 -0500 |
tree | 1048819ba08c5f0f1db2b96abdcc0e38c16d24db | |
parent | 8abac348a9a6d8f64527f913609789f50251ba58 [diff] [blame] |
asyncio: Fix spelling and typos. Thanks to Vajrasky Kok for discovering some of them.
diff --git a/Lib/asyncio/protocols.py b/Lib/asyncio/protocols.py index 3c4f3f4..52fc25c 100644 --- a/Lib/asyncio/protocols.py +++ b/Lib/asyncio/protocols.py
@@ -114,7 +114,7 @@ def pipe_data_received(self, fd, data): """Called when the subprocess writes data into stdout/stderr pipe. - fd is int file dascriptor. + fd is int file descriptor. data is bytes object. """