From 58521b3ce1029e9b4015cfa84dbb6c403b324075 Mon Sep 17 00:00:00 2001 From: Tao Xin Date: Thu, 15 Aug 2024 19:05:41 -0700 Subject: [PATCH] Revise --- doc/user-guide/reshaping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/reshaping.rst b/doc/user-guide/reshaping.rst index 14b343549e2..e3ff836dbe6 100644 --- a/doc/user-guide/reshaping.rst +++ b/doc/user-guide/reshaping.rst @@ -274,7 +274,7 @@ Sort ---- One may sort a DataArray/Dataset via :py:meth:`~xarray.DataArray.sortby` and -:py:meth:`~xarray.Dataset.sortby`. The input can be an individual or list of +:py:meth:`~xarray.Dataset.sortby`. The input can be an individual or list of 1D ``DataArray`` objects: .. ipython:: python