Skip to content

Commit 83e9ef4

Browse files
committed
Merge remote-tracking branch 'origin/master' into release/8.0
2 parents f85fc00 + f2c25ff commit 83e9ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DSSConnection(object):
5252
A connection on the DSS instance.
5353
"""
5454
def __init__(self, client, name):
55-
"""Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
55+
"""Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
5656
self.client = client
5757
self.name = name
5858

0 commit comments

Comments
 (0)