We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860d616 commit f2c25ffCopy full SHA for f2c25ff
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