projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3633ce3
)
Fix typo in library/ipc.rst
author
Eli Bendersky
<eliben@gmail.com>
Sun, 9 Feb 2014 13:54:13 +0000
(
05:54
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Sun, 9 Feb 2014 13:54:13 +0000
(
05:54
-0800)
Doc/library/ipc.rst
patch
|
blob
|
history
diff --git
a/Doc/library/ipc.rst
b/Doc/library/ipc.rst
index 2440bd4d6bde3ae38f74564fa4e41a9954bb71af..6b1756331ec0156822ece85f81c74f3c7c608c0a 100644
(file)
--- 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 use
d
to communicate across machines.
+that two or more processes can use to communicate across machines.
The list of modules described in this chapter is: