summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2014-02-09 00:36:14 (GMT)
committerBrian Curtin <brian@python.org>2014-02-09 00:36:14 (GMT)
commita1afeec9aa4039f5b03a6513b63847bdfecb4c4d (patch)
treea4da92b615ece3be63eb50eb0f4e36aac6e12f3c /Doc/library/asyncio-protocol.rst
parent87bf2772be6138044c79011ad1a4daf91dc08a7f (diff)
downloadcpython-a1afeec9aa4039f5b03a6513b63847bdfecb4c4d.zip
cpython-a1afeec9aa4039f5b03a6513b63847bdfecb4c4d.tar.gz
cpython-a1afeec9aa4039f5b03a6513b63847bdfecb4c4d.tar.bz2
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
Diffstat (limited to 'Doc/library/asyncio-protocol.rst')
-rw-r--r--Doc/library/asyncio-protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
index 5fcce94..dabe7d8 100644
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -194,7 +194,7 @@ BaseSubprocessTransport
.. method:: get_pipe_transport(fd)
- Return the transport for the communication pipe correspondong to the
+ Return the transport for the communication pipe corresponding to the
integer file descriptor *fd*. The return value can be a readable or
writable streaming transport, depending on the *fd*. If *fd* doesn't
correspond to a pipe belonging to this transport, :const:`None` is