summaryrefslogtreecommitdiff
path: root/asyncio/protocols.py
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-02-18 22:25:37 -0500
committerYury Selivanov <yselivanov@sprymix.com>2014-02-18 22:25:37 -0500
commit392b947d7811a61fc6e268c59fa40f5d2ad6e126 (patch)
tree5d23b78c99469e345a9a9e912f06cf7957f90a80 /asyncio/protocols.py
parent736dd3d4d1e0ed166c161cb42ac950822ad10033 (diff)
downloadtrollius-392b947d7811a61fc6e268c59fa40f5d2ad6e126.tar.gz
Fix spelling & typos
Diffstat (limited to 'asyncio/protocols.py')
-rw-r--r--asyncio/protocols.py2
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.
"""