diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index b4d5eca4e91a8e..0ecaeaaa47ea61 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2528,7 +2528,7 @@ with the :class:`Pool` class. .. method:: imap(func, iterable[, chunksize]) - A lazier version of :meth:`.map`. + An iterator-based version of :meth:`.map`. The *chunksize* argument is the same as the one used by the :meth:`.map` method. For very long iterables using a large value for *chunksize* can