From d0d4803f8aeee9bb0741032acf48493c30925624 Mon Sep 17 00:00:00 2001 From: Yohai Bar Sinai <6164157+yohai@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:41:41 +0200 Subject: [PATCH] Typo in Universal Functions section (#3663) --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index e191304e95c..4492d882355 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -414,7 +414,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: