We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9edff commit f02ca53Copy full SHA for f02ca53
xarray/core/dataarray.py
@@ -3943,7 +3943,7 @@ def argmax(
3943
this is deprecated, in future will return a dict with indices for all
3944
dimensions; to return a dict with all dimensions now, pass '...'.
3945
axis : int, optional
3946
- 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
3947
can be supplied.
3948
keep_attrs : bool, optional
3949
If True, the attributes (`attrs`) will be copied from the original
0 commit comments