Skip to content

Commit 2c548dc

Browse files
committed
style: replace "empty" by real type in docstring
1 parent bceb57b commit 2c548dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataikuapi/dss/macro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self, params=None, admin_params=None, wait=True):
3939
4040
:param dict params: parameters to the macro run (defaults to `{}`)
4141
:param dict admin_params: admin parameters to the macro run (if the authentication of
42-
the api client does not cover admin rights, they are ignored, default to empty)
42+
the api client does not cover admin rights, they are ignored, default to `{}`)
4343
:param wait: if True, the call blocks until the run is finished
4444
:returns: a run identifier to use to abort or retrieve results
4545
"""

dataikuapi/dss/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def create_dataset(self, dataset_name, type,
244244
:param string type: the type of the dataset
245245
:param dict params: the parameters for the type, as a JSON object (defaults to `{}`)
246246
:param string formatType: an optional format to create the dataset with (only for file-oriented datasets)
247-
:param dict formatParams: the parameters to the format, as a JSON object (only for file-oriented datasets, default to empty)
247+
:param dict formatParams: the parameters to the format, as a JSON object (only for file-oriented datasets, default to `{}`)
248248
249249
Returns:
250250
A :class:`dataikuapi.dss.dataset.DSSDataset` dataset handle

0 commit comments

Comments
 (0)