kohr-h 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_r231317892
 
 

 ##########
 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:
   Yes definitely. That's the work-in-progress part. So far I've just made sure 
that the old doctests are still okay.

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