reminisce commented on a change in pull request #7688: Update doc for sparse 
related APIs
URL: https://github.com/apache/incubator-mxnet/pull/7688#discussion_r137346068
 
 

 ##########
 File path: python/mxnet/kvstore.py
 ##########
 @@ -266,8 +283,8 @@ def pull(self, key, out=None, priority=0):
                 self.handle, mx_uint(len(ckeys)), ckeys, cvals, 
ctypes.c_int(priority)))
 
     def row_sparse_pull(self, key, out=None, priority=0, row_ids=None):
-        """ Pulls a single row_sparse value or a sequence of row_sparse values 
from the store
-         with specified row_ids.
+        """ Pulls a single RowSparseNDArray value or a sequence of 
RowSparseNDArray values \
 
 Review comment:
   Why need "\" at the end of the line?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to