]> granicus.if.org Git - python/commitdiff
#12709: add error_callback argument to map_async documentation
authorSandro Tosi <sandro.tosi@gmail.com>
Mon, 8 Aug 2011 14:37:44 +0000 (16:37 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Mon, 8 Aug 2011 14:37:44 +0000 (16:37 +0200)
Doc/library/multiprocessing.rst

index 5a55e6f66ff4afc7235a60b49b14073967e5b556..45da5d390f5f51f9dcd00182fe1895ce6debd9b1 100644 (file)
@@ -1602,7 +1602,7 @@ with the :class:`Pool` class.
       the process pool as separate tasks.  The (approximate) size of these
       chunks can be specified by setting *chunksize* to a positive integer.
 
-   .. method:: map_async(func, iterable[, chunksize[, callback]])
+   .. method:: map_async(func, iterable[, chunksize[, callback[, error_callback]]])
 
       A variant of the :meth:`.map` method which returns a result object.