We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c9460 commit ccb3d2dCopy full SHA for ccb3d2d
dataikuapi/dssclient.py
@@ -1041,7 +1041,7 @@ def apply_kubernetes_namespaces_policies(self):
1041
def get_instance_info(self):
1042
"""
1043
Get global information about the DSS instance
1044
- :return: a :classss:`DSSInstanceInfo`
+ :return: a :class:`DSSInstanceInfo`
1045
1046
resp = self._perform_json("GET", "/instance-info")
1047
return DSSInstanceInfo(resp)
0 commit comments