Fix typo in library/ipc.rst

This commit is contained in:
Eli Bendersky 2014-02-09 05:54:13 -08:00
parent 3633ce3301
commit 8b402629ae
1 changed files with 1 additions and 1 deletions

View File

@ -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: