You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/28 06:36:04 UTC

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15387: Add docs for 7 ops

haojin2 commented on a change in pull request #15387: Add docs for 7 ops
URL: https://github.com/apache/incubator-mxnet/pull/15387#discussion_r298469524
 
 

 ##########
 File path: python/mxnet/ndarray/numpy/_op.py
 ##########
 @@ -501,20 +513,20 @@ def clip(a, a_min, a_max, out=None):
 def swapaxes(a, axis1, axis2):
     """Interchange two axes of an array.
 
-    Parameters
-    ----------
-    a : ndarray
+    Parameters:	
+    -----------
+    a : array_like
         Input array.
     axis1 : int
         First axis.
     axis2 : int
         Second axis.
 
-    Returns
+    Returns:	
 
 Review comment:
   Pay attention to all extra whitespaces introduced.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services