ckt624 commented on a change in pull request #15381: [Numpy] Add Documentations
URL: https://github.com/apache/incubator-mxnet/pull/15381#discussion_r298088647
 
 

 ##########
 File path: python/mxnet/ndarray/numpy/_op.py
 ##########
 @@ -522,22 +641,45 @@ def swapaxes(a, axis1, axis2):
 
 @set_module('mxnet.ndarray.numpy')
 def expand_dims(a, axis):
-    """Expand the shape of an array.
-
+    """
+    Expand the shape of an array.
     Insert a new axis that will appear at the `axis` position in the expanded
-
+    array shape.
+    
     Parameters
     ----------
-    a : ndarray
+    a : array_like
 
 Review comment:
   Changed. Thx.

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

Reply via email to