projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ce07a
)
Fix trivial typo in multiprocessing documentation (GH-2930)
author
Yuval Langer
<yuval.langer@gmail.com>
Fri, 28 Jul 2017 17:39:35 +0000
(20:39 +0300)
committer
Mariatta
<Mariatta@users.noreply.github.com>
Fri, 28 Jul 2017 17:39:35 +0000
(10:39 -0700)
Doc/library/multiprocessing.rst
patch
|
blob
|
history
diff --git
a/Doc/library/multiprocessing.rst
b/Doc/library/multiprocessing.rst
index 9318a750919b67f9c7da299ed5577134fa52efe9..8d6d8707a0e1bc350b9dcb97eacb10c5200ea580 100644
(file)
--- a/
Doc/library/multiprocessing.rst
+++ b/
Doc/library/multiprocessing.rst
@@
-1040,7
+1040,7
@@
Connection objects are usually created using :func:`Pipe` -- see also
.. method:: recv()
Return an object sent from the other end of the connection using
- :meth:`send`. Blocks until there i
t
s something to receive. Raises
+ :meth:`send`. Blocks until there is something to receive. Raises
:exc:`EOFError` if there is nothing left to receive
and the other end was closed.