We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f85fc00 + f2c25ff commit 83e9ef4Copy full SHA for 83e9ef4
dataikuapi/dss/admin.py
@@ -52,7 +52,7 @@ class DSSConnection(object):
52
A connection on the DSS instance.
53
"""
54
def __init__(self, client, name):
55
- """Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
+ """Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
56
self.client = client
57
self.name = name
58
0 commit comments