From a8b10bb18c1810efa3b63891e28250d931525c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Della=20Penna?= Date: Fri, 8 Jan 2016 16:02:42 +1100 Subject: DOC: Update defmatrix.argmax docstring. [ci skip] --- numpy/matrixlib/defmatrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matrixlib/defmatrix.py') diff --git a/numpy/matrixlib/defmatrix.py b/numpy/matrixlib/defmatrix.py index 134f4d203..22855772a 100644 --- a/numpy/matrixlib/defmatrix.py +++ b/numpy/matrixlib/defmatrix.py @@ -783,7 +783,7 @@ class matrix(N.ndarray): def argmax(self, axis=None, out=None): """ - Indices of the maximum values along an axis. + Index of the maximum value along an axis, if multiple returns the first one Parameters ---------- -- cgit v1.2.1