]> granicus.if.org Git - python/commitdiff
Fix typo in library/ipc.rst
authorEli Bendersky <eliben@gmail.com>
Sun, 9 Feb 2014 13:54:13 +0000 (05:54 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 9 Feb 2014 13:54:13 +0000 (05:54 -0800)
Doc/library/ipc.rst

index 10a6d6a71ba97060173b2dcda9942624bdc8d437..ff94d55003fe8e1d58d71a0e007eeac0afceb163 100644 (file)
@@ -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: