diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1714,11 +1714,11 @@ Wait for the worker processes to exit. One must call :meth:`close` or :meth:`terminate` before using :meth:`join`. -.. class:: AsyncResult +.. class:: ApplyResult The class of the result returned by :meth:`Pool.apply_async` and :meth:`Pool.map_async`. .. method:: get([timeout])