Skip to content

Commit

Permalink
typo in xarray/doc/user-guide/reshaping.rst (#7291)
Browse files Browse the repository at this point in the history
  • Loading branch information
templiert authored Nov 15, 2022
1 parent f2fab8b commit df909b4
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 @@ -20,7 +20,7 @@ Reordering dimensions

To reorder dimensions on a :py:class:`~xarray.DataArray` or across all variables
on a :py:class:`~xarray.Dataset`, use :py:meth:`~xarray.DataArray.transpose`. An
ellipsis (`...`) can be use to represent all other dimensions:
ellipsis (`...`) can be used to represent all other dimensions:

.. ipython:: python
Expand Down

0 comments on commit df909b4

Please sign in to comment.