mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
This commit is contained in:
parent
cfad54344f
commit
d21e0b52f1
38 changed files with 42 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue