summaryrefslogtreecommitdiffstats
path: root/Doc/library/ipc.rst
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)
commit8b402629aeb9922b6e80204b913f4022da1ce730 (patch)
tree39db0750a0863350ee5d0b393b11c753e8ec12d0 /Doc/library/ipc.rst
parent3633ce33012369ea79188aea20d795c3736ca5c6 (diff)
downloadcpython-8b402629aeb9922b6e80204b913f4022da1ce730.zip
cpython-8b402629aeb9922b6e80204b913f4022da1ce730.tar.gz
cpython-8b402629aeb9922b6e80204b913f4022da1ce730.tar.bz2
Fix typo in library/ipc.rst
Diffstat (limited to 'Doc/library/ipc.rst')
-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 2440bd4..6b17563 100644
--- a/Doc/library/ipc.rst
+++ b/Doc/library/ipc.rst
@@ -9,7 +9,7 @@ to communicate.
Some modules only work for two processes that are on the same machine, e.g.
:mod:`signal` and :mod:`mmap`. 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: