Skip to content

Commit f02ca53

Browse files
authored
DOC: fix typo argmin -> argmax in DataArray.argmax docstring (#4327)
1 parent 6e9edff commit f02ca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3943,7 +3943,7 @@ def argmax(
39433943
this is deprecated, in future will return a dict with indices for all
39443944
dimensions; to return a dict with all dimensions now, pass '...'.
39453945
axis : int, optional
3946-
Axis over which to apply `argmin`. Only one of the 'dim' and 'axis' arguments
3946+
Axis over which to apply `argmax`. Only one of the 'dim' and 'axis' arguments
39473947
can be supplied.
39483948
keep_attrs : bool, optional
39493949
If True, the attributes (`attrs`) will be copied from the original

0 commit comments

Comments
 (0)