summaryrefslogtreecommitdiff
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:45:00 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:45:00 +0000
commita17611825606f25ad1883802bcbe4bc21396b3d1 (patch)
tree9ca979da8fe4abfd517397ebd5c147f2be0a74a1 /Doc/library/multiprocessing.rst
parentce20df1a6a5e85d2cad7d555fc3aca3e2463ec99 (diff)
parent3a59b855948c63cb3e828c661b9820023e602e50 (diff)
downloadcpython-a17611825606f25ad1883802bcbe4bc21396b3d1.tar.gz
Issue #25161: Merge full stops from 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 140a835aee..3c320cafc5 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1944,7 +1944,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`:
@@ -2050,7 +2050,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
@@ -2075,7 +2075,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