diff --git a/xarray/core/parallel.py b/xarray/core/parallel.py index dd5232023a2..f971556b3f7 100644 --- a/xarray/core/parallel.py +++ b/xarray/core/parallel.py @@ -186,8 +186,9 @@ def map_blocks( Returns ------- - A single DataArray or Dataset with dask backend, reassembled from the outputs of the - function. + obj : same as obj + A single DataArray or Dataset with dask backend, reassembled from the outputs of the + function. Notes -----