From 658903e1ad51651e78bdfdfafd8686744c85b014 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 9 Feb 2014 05:54:13 -0800 Subject: [PATCH] Fix typo in library/ipc.rst --- Doc/library/ipc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 10a6d6a71b..ff94d55003 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: -- 2.50.1