reminisce commented on a change in pull request #15377: [numpy][doc-fix] 
zeros_like, linspace, reciprocal, square, and arcsin
URL: https://github.com/apache/incubator-mxnet/pull/15377#discussion_r298005904
 
 

 ##########
 File path: python/mxnet/ndarray/numpy/_op.py
 ##########
 @@ -635,16 +636,19 @@ def tile(A, reps):
 
 @set_module('mxnet.ndarray.numpy')
 def linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, 
axis=0, **kwargs):  # pylint: disable=too-many-arguments
-    """Return evenly spaced numbers over a specified interval.
+    """
+    linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, 
axis=0, ctx=None)
 
 Review comment:
   No need to add this line.

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