diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 22:25:37 -0500 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 22:25:37 -0500 |
commit | 392b947d7811a61fc6e268c59fa40f5d2ad6e126 (patch) | |
tree | 5d23b78c99469e345a9a9e912f06cf7957f90a80 /asyncio/protocols.py | |
parent | 736dd3d4d1e0ed166c161cb42ac950822ad10033 (diff) | |
download | trollius-392b947d7811a61fc6e268c59fa40f5d2ad6e126.tar.gz |
Fix spelling & typos
Diffstat (limited to 'asyncio/protocols.py')
-rw-r--r-- | asyncio/protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asyncio/protocols.py b/asyncio/protocols.py index 3c4f3f4..52fc25c 100644 --- a/asyncio/protocols.py +++ b/asyncio/protocols.py @@ -114,7 +114,7 @@ class SubprocessProtocol(BaseProtocol): 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. """ |