8000 bpo-31304: Update starmap_async documentation. (GH-4168) · ultimatecoder/cpython@1122575 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1122575

Browse files
pablogsalMariatta
authored andcommitted
bpo-31304: Update starmap_async documentation. (pythonGH-4168)
Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code..
1 parent fe4ea9c commit 1122575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ with the :class:`Pool` class.
21812181

21822182
.. versionadded:: 3.3
21832183

2184-
.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_back]]])
2184+
.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_callback]]])
21852185

21862186
A combination of :meth:`starmap` and :meth:`map_async` that iterates over
21872187
*iterable* of iterables and calls *func* with the iterables unpacked.

0 commit comments

Comments
 (0)
0