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

martin.panter python-checkins at python.org
Thu May 26 02:29:26 EDT 2016


https://hg.python.org/cpython/rev/5ca5975dbc51
changeset:   101494:5ca5975dbc51
branch:      2.7
parent:      101484:f0438e1a4761
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
@@ -10,7 +10,7 @@
 
 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:
 

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


More information about the Python-checkins mailing list