(original) (raw)

diff -r d55985571058 Doc/library/multiprocessing.rst --- a/Doc/library/multiprocessing.rst Mon Aug 08 12:24:00 2011 +0200 +++ b/Doc/library/multiprocessing.rst Mon Aug 08 12:25:55 2011 +0200 @@ -1628,7 +1628,7 @@ 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.