gyshi commented on a change in pull request #15382: [numpy][doc-fix] sum, copy,
tile, argmax, sign, log, degrees
URL: https://github.com/apache/incubator-mxnet/pull/15382#discussion_r298886340
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -1518,7 +1519,7 @@ def argmax(a, axis=None, out=None):
axis : int, optional
By default, the index is into the flattened array, otherwise
along the specified axis.
- out : array, optional
+ out : ndarray, optional
Review comment:
there should be ndarray or None
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services