Skip to content

Commit

Permalink
DOC: Update defmatrix.argmax docstring.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nikete authored and charris committed Jan 9, 2016
1 parent 1d500ec commit a8b10bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/matrixlib/defmatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def max(self, axis=None, out=None):

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
----------
Expand Down

0 comments on commit a8b10bb

Please sign in to comment.