zoeygxy commented on a change in pull request #15387: Add docs for 7 ops URL: https://github.com/apache/incubator-mxnet/pull/15387#discussion_r298902200
########## File path: python/mxnet/_numpy_op_doc.py ########## @@ -21,10 +21,7 @@ def _np_reshape(a, newshape, order='C'): - """ - reshape(a, newshape, order='C') - - Gives a new shape to an array without changing its data. + """Gives a new shape to an array without changing its data. Review comment: Please move the sentence to the next line. ---------------------------------------------------------------- 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
