mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177)
Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code.
(cherry picked from commit 11225753a8
)
This commit is contained in:
parent
9ea5a3a45b
commit
2702380870
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ with the :class:`Pool` class.
|
|||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_back]]])
|
||||
.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_callback]]])
|
||||
|
||||
A combination of :meth:`starmap` and :meth:`map_async` that iterates over
|
||||
*iterable* of iterables and calls *func* with the iterables unpacked.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue