Skip to content

Commit d0d1c8b

Browse files
committed
hints: clarify get_hints_settings() return type
1 parent d41daad commit d0d1c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def get_hints_settings(self):
260260
261261
This method returns a dictionary of the settings with:
262262
- 'enabled': indicates if the hints are enabled globally, if False, all hints will be disabled
263-
- 'settings': a dict comprised of:
263+
- 'settings': a list of dict comprised of:
264264
- 'type': the hint type
265265
- 'enabled': indicates if the hint type is enabled, if False, all hints of that type will be disabled
266266

0 commit comments

Comments
 (0)