We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d5539 commit e925bf8Copy full SHA for e925bf8
dataikuapi/dss/admin.py
@@ -732,7 +732,7 @@ def get_settings(self):
732
"""
733
Returns the settings of this code env as a :class:`DSSCodeEnvSettings`, or one of its subclasses.
734
735
- Know subclasses of :class:`DSSCodeEnvSettings` include :class:`DSSDesignCodeEnvSettings`
+ Known subclasses of :class:`DSSCodeEnvSettings` include :class:`DSSDesignCodeEnvSettings`
736
and :class:`DSSAutomationCodeEnvSettings`
737
738
You must use :meth:`~DSSCodeEnvSettings.save()` on the returned object to make your changes effective
0 commit comments