john-andrilla commented on a change in pull request #16504: [DOC] Fix numpy op 
doc 
URL: https://github.com/apache/incubator-mxnet/pull/16504#discussion_r335729934
 
 

 ##########
 File path: python/mxnet/_numpy_op_doc.py
 ##########
 @@ -748,3 +748,72 @@ def _np_moveaxis(a, source, destination):
     (5, 4, 3)
     """
     pass
+
+def _np__random_shuffle(x):
+    """
+    Modify a sequence in-place by shuffling its contents.
+
+    This function only shuffles the array along the first axis of a
+    multi-dimensional array. The order of sub-arrays is changed but
+    their contents remains the same.
 
 Review comment:
   ```suggestion
       their contents remain the same.
   ```

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


With regards,
Apache Git Services

Reply via email to