Fix argmax returns documentation (#263)

This commit is contained in:
Finn Voorhees 2023-12-22 23:33:17 -05:00 committed by GitHub
parent cd3616a463
commit f91f450141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2129,7 +2129,7 @@ void init_ops(py::module_& m) {
singleton dimensions, defaults to `False`.
Returns:
array: The output array with the indices of the minimum values.
array: The output array with the indices of the maximum values.
)pbdoc");
m.def(
"sort",