anirudhacharya commented on a change in pull request #13143: [Python] Support 
NDArray indexing with None and Ellipsis
URL: https://github.com/apache/incubator-mxnet/pull/13143#discussion_r231317163
 
 

 ##########
 File path: python/mxnet/ndarray/ndarray.py
 ##########
 @@ -406,27 +405,24 @@ def __setitem__(self, key, value):
 
         Examples
         --------
-        >>> x = mx.nd.zeros((2,3))
+        >>> x = mx.nd.zeros((2, 3))
 
 Review comment:
   can you please add an example on how the None and Ellipsis indexing will 
work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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