#5642: clarify map() compatibility to the builtin.

This commit is contained in:
Georg Brandl 2009-04-04 13:42:39 +00:00
parent e3bc5577e8
commit 9d977b81a1
1 changed files with 2 additions and 2 deletions

View File

@ -1549,8 +1549,8 @@ with the :class:`Pool` class.
.. method:: map(func, iterable[, chunksize])
A parallel equivalent of the :func:`map` builtin function. It blocks till
the result is ready.
A parallel equivalent of the :func:`map` builtin function (it supports only
one *iterable* argument though). It blocks till the result is ready.
This method chops the iterable into a number of chunks which it submits to
the process pool as separate tasks. The (approximate) size of these