]> granicus.if.org Git - python/commitdiff
#5642: clarify map() compatibility to the builtin.
authorGeorg Brandl <georg@python.org>
Sat, 4 Apr 2009 13:42:39 +0000 (13:42 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Apr 2009 13:42:39 +0000 (13:42 +0000)
Doc/library/multiprocessing.rst

index 8abf146d794b8f0d9bc786114afb0b41177d0735..8a995235c45989a104c781e1ea1e7874eac1d938 100644 (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