From dc2cee1572b7d57d462203bfbe8605de57b1c845 Mon Sep 17 00:00:00 2001 From: Finn Voorhees Date: Fri, 22 Dec 2023 20:58:35 -0500 Subject: [PATCH] Fix argmax returns documentation --- 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",