There was an error while loading. Please reload this page.
1 parent bef4b6d commit 9f9dd10Copy full SHA for 9f9dd10
1 file changed
Doc/library/multiprocessing.rst
@@ -2450,7 +2450,7 @@ with the :class:`Pool` class.
2450
2451
.. method:: imap(func, iterable[, chunksize])
2452
2453
- A lazier version of :meth:`.map`.
+ An iterator-based version of :meth:`.map`.
2454
2455
The *chunksize* argument is the same as the one used by the :meth:`.map`
2456
method. For very long iterables using a large value for *chunksize* can
0 commit comments