Skip to content

Commit ca3dcea

Browse files
committed
docstring fix
1 parent 5c84254 commit ca3dcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def get_full_info(self):
527527
Retrieve all the information about a dataset
528528
529529
Returns:
530-
a complex JSON object containing all the information on a dataset, such as params, schema, lastbuild infos, status, etc.
530+
a complex JSON object containing all the information about a dataset, such as params, schema, last build infos, status, etc.
531531
"""
532532
return self.client._perform_json(
533533
"GET", "/projects/%s/datasets/%s/info" % (self.project_key, self.dataset_name)

0 commit comments

Comments
 (0)