Skip to content

Commit

Permalink
Merge pull request numpy#9701 from MSeifert04/doc_keepdims_arg_ndarra…
Browse files Browse the repository at this point in the history
…y-max

DOC: Add keepdims argument for ndarray.max documentation
  • Loading branch information
eric-wieser authored Sep 18, 2017
2 parents 7d49463 + 91e592e commit 925cb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/add_newdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,7 @@ def luf(lamdaexpr, *args, **kwargs):

add_newdoc('numpy.core.multiarray', 'ndarray', ('max',
"""
a.max(axis=None, out=None)
a.max(axis=None, out=None, keepdims=False)
Return the maximum along a given axis.
Expand Down

0 comments on commit 925cb5f

Please sign in to comment.