Issue #25161: Add full stops in documentation; patch by Takase Arihiro

This commit is contained in:
Martin Panter 2015-10-10 10:36:22 +00:00
parent cfad54344f
commit d21e0b52f1
38 changed files with 42 additions and 40 deletions

View file

@ -1936,7 +1936,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`:
@ -2042,7 +2042,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
@ -2067,7 +2067,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