haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify
numpy doc
URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298932060
##########
File path: python/mxnet/ndarray/numpy/_op.py
##########
@@ -680,7 +739,7 @@ def linspace(start, stop, num=50, endpoint=True,
retstep=False, dtype=None, axis
axis could only be 0 now.
"""
if isinstance(start, (list, _np.ndarray, NDArray)) or \
- isinstance(stop, (list, _np.ndarray, NDArray)):
+ isinstance(stop, (list, _np.ndarray, NDArray)):
Review comment:
Why extra indentation here?
----------------------------------------------------------------
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