bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177) · python/cpython@2702380

Original file line numberDiff line numberDiff line change

@@ -2165,7 +2165,7 @@ with the :class:`Pool` class.

21652165
21662166

.. versionadded:: 3.3

21672167
2168-

.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_back]]])

2168+

.. method:: starmap_async(func, iterable[, chunksize[, callback[, error_callback]]])

21692169
21702170

A combination of :meth:`starmap` and :meth:`map_async` that iterates over

21712171

*iterable* of iterables and calls *func* with the iterables unpacked.