From: Eli Bendersky Date: Sun, 9 Feb 2014 13:54:13 +0000 (-0800) Subject: Fix typo in library/ipc.rst X-Git-Tag: v3.4.0rc1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b402629aeb9922b6e80204b913f4022da1ce730;p=python Fix typo in library/ipc.rst --- diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 2440bd4d6b..6b1756331e 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: