From f91f45014199e35a2c4578ced2a5350890ee1368 Mon Sep 17 00:00:00 2001 From: Finn Voorhees Date: Fri, 22 Dec 2023 23:33:17 -0500 Subject: [PATCH] Fix argmax returns documentation (#263) --- python/src/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/ops.cpp b/python/src/ops.cpp index 23a6ec2c6..277ef596b 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -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",