summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2014-02-09 13:54:13 (GMT)
committerEli Bendersky <eliben@gmail.com>2014-02-09 13:54:13 (GMT)
commit658903e1ad51651e78bdfdfafd8686744c85b014 (patch)
tree212f12e468af6d0d3769307360b645cf575db9af /Doc
parent59dd0e64ad24b0bf35f4900bfe6b1d0f49844ca3 (diff)
downloadcpython-658903e1ad51651e78bdfdfafd8686744c85b014.zip
cpython-658903e1ad51651e78bdfdfafd8686744c85b014.tar.gz
cpython-658903e1ad51651e78bdfdfafd8686744c85b014.tar.bz2
Fix typo in library/ipc.rst
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ipc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst
index 10a6d6a..ff94d55 100644
--- a/Doc/library/ipc.rst
+++ b/Doc/library/ipc.rst
@@ -10,7 +10,7 @@ to communicate.
Some modules only work for two processes that are on the same machine, e.g.
:mod:`signal` and :mod:`subprocess`. Other modules support networking protocols
-that two or more processes can used to communicate across machines.
+that two or more processes can use to communicate across machines.
The list of modules described in this chapter is: