From ea2b5707db5f35a6e772f0274904319cef6d24f3 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Fri, 17 Nov 2023 17:17:24 -0800 Subject: [PATCH] Fix `map_blocks` docs' formatting --- xarray/core/parallel.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -----