Skip to content

Commit 7600404

Browse files
Apply suggestions from code review
Co-Authored-By: Adrien Lavoillotte <adrien.lavoillotte@dataiku.com>
1 parent b81b03f commit 7600404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/worksheet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_definition(self):
4242

4343
def set_definition(self, definition):
4444
"""
45-
Set the definition of the dataset
45+
Set the definition of the worksheet
4646
4747
Args:
4848
definition: the definition, as a JSON object. You should only set a definition object
@@ -109,7 +109,7 @@ def __init__(self, client, project_key, data_spec, card):
109109

110110
def compute(self):
111111
"""
112-
Compute the results of a single card (without worksheet)
112+
Compute the results of this single card (without worksheet)
113113
114114
:returns: a :class:`~dataikuapi.dss.future.DSSFuture` handle to the task of computing card's results
115115
"""

0 commit comments

Comments
 (0)