Skip to content

Commit

Permalink
DOC: fix typo argmin -> argmax in DataArray.argmax docstring (#4327)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvrijn authored Aug 8, 2020
1 parent 6e9edff commit f02ca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,7 @@ def argmax(
this is deprecated, in future will return a dict with indices for all
dimensions; to return a dict with all dimensions now, pass '...'.
axis : int, optional
Axis over which to apply `argmin`. Only one of the 'dim' and 'axis' arguments
Axis over which to apply `argmax`. Only one of the 'dim' and 'axis' arguments
can be supplied.
keep_attrs : bool, optional
If True, the attributes (`attrs`) will be copied from the original
Expand Down

0 comments on commit f02ca53

Please sign in to comment.