From 6b6a3bd35f134918f29106597ee68a9cc7b31175 Mon Sep 17 00:00:00 2001 From: Tao Xin Date: Thu, 15 Aug 2024 20:19:38 -0700 Subject: [PATCH] Revise (#9371) --- 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