Skip to content

Commit

Permalink
Fix sortby link in reshaping.rst (#8202)
Browse files Browse the repository at this point in the history
Link to sortby() for both DataArrays and Datasets.
  • Loading branch information
gtrevisan authored Sep 18, 2023
1 parent b08a9d8 commit 5bbbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/reshaping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Sort
----

One may sort a DataArray/Dataset via :py:meth:`~xarray.DataArray.sortby` and
:py:meth:`~xarray.DataArray.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
Expand Down

0 comments on commit 5bbbf31

Please sign in to comment.