fix dataset format

pull/895/head
panfengfeng 5 years ago
parent 4c32d7e6b8
commit 36a935f701

@ -925,7 +925,7 @@ class Dataset:
Args:
condition_name (str): The condition name that is used to toggle sending next row
num_batch (int or None): The number of batches(rows) that are released
When num_batch is None, it will default to the number specified by the sync_wait operator
When num_batch is None, it will default to the number specified by the sync_wait operator
data (dict or None): The data passed to the callback
"""
notifiers_dict = self.get_sync_notifiers()

Loading…
Cancel
Save