From ade0eb610e06b850a9547a7ec4e082b72c69069c Mon Sep 17 00:00:00 2001 From: Yohai Bar Sinai <6164157+yohai@users.noreply.github.com> Date: Mon, 6 Jan 2020 11:22:11 +0200 Subject: [PATCH] Typo in Universal Functions section --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index d2309f28226..94407f2783f 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -410,7 +410,7 @@ Universal functions for the ``xarray.ufuncs`` module, which should not be used for new code unless compatibility with versions of NumPy prior to v1.13 is required. -This functions are copied from NumPy, but extended to work on NumPy arrays, +These functions are copied from NumPy, but extended to work on NumPy arrays, dask arrays and all xarray objects. You can find them in the ``xarray.ufuncs`` module: