Skip to content

Commit df909b4

Browse files
authored
typo in xarray/doc/user-guide/reshaping.rst (#7291)
1 parent f2fab8b commit df909b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/reshaping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Reordering dimensions
2020

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

2525
.. ipython:: python
2626

0 commit comments

Comments
 (0)