summaryrefslogtreecommitdiff
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:44:25 +0000
commit84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch)
tree20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/multiprocessing.rst
parentf26441609310c12826fe4b5bc896aafafa268763 (diff)
parentd21e0b52f1421e253ecdc583faf5743133cac605 (diff)
downloadcpython-git-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz
Issue #25161: Merge full stops from 3.4 into 3.5
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index a4d42abb34..e9a9bddb88 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1939,7 +1939,7 @@ itself. This means, for example, that one shared object can contain a second:
raised by :meth:`_callmethod`.
Note in particular that an exception will be raised if *methodname* has
- not been *exposed*
+ not been *exposed*.
An example of the usage of :meth:`_callmethod`:
@@ -2045,7 +2045,7 @@ with the :class:`Pool` class.
If *callback* is specified then it should be a callable which accepts a
single argument. When the result becomes ready *callback* is applied to
it, that is unless the call failed, in which case the *error_callback*
- is applied instead
+ is applied instead.
If *error_callback* is specified then it should be a callable which
accepts a single argument. If the target function fails, then
@@ -2070,7 +2070,7 @@ with the :class:`Pool` class.
If *callback* is specified then it should be a callable which accepts a
single argument. When the result becomes ready *callback* is applied to
it, that is unless the call failed, in which case the *error_callback*
- is applied instead
+ is applied instead.
If *error_callback* is specified then it should be a callable which
accepts a single argument. If the target function fails, then