Skip to content

Commit ccb3d2d

Browse files
committed
Typo
1 parent 07c9460 commit ccb3d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dssclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def apply_kubernetes_namespaces_policies(self):
10411041
def get_instance_info(self):
10421042
"""
10431043
Get global information about the DSS instance
1044-
:return: a :classss:`DSSInstanceInfo`
1044+
:return: a :class:`DSSInstanceInfo`
10451045
"""
10461046
resp = self._perform_json("GET", "/instance-info")
10471047
return DSSInstanceInfo(resp)

0 commit comments

Comments
 (0)