[Python-checkins] cpython: Fix typo in library/ipc.rst

eli.bendersky python-checkins at python.org
Sun Feb 9 14:54:15 CET 2014


http://hg.python.org/cpython/rev/9344d5dbcbbb
changeset:   89088:9344d5dbcbbb
user:        Eli Bendersky <eliben at gmail.com>
date:        Sun Feb 09 05:54:13 2014 -0800
summary:
  Fix typo in library/ipc.rst

files:
  Doc/library/ipc.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst
--- a/Doc/library/ipc.rst
+++ b/Doc/library/ipc.rst
@@ -9,7 +9,7 @@
 
 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:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list