Skip to content

Commit cc595fb

Browse files
authored
fix typo
1 parent e17f4f6 commit cc595fb

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
@@ -114,7 +114,7 @@ def get_root_project_folder(self):
114114
project_folder_id = self._perform_json("GET", "/project-folders/")["id"]
115115
return DSSProjectFolder(self, project_folder_id)
116116

117-
def get_project_folder(sefl, project_folder_id):
117+
def get_project_folder(self, project_folder_id):
118118
"""
119119
Get a handle to interact with a project folder.
120120

0 commit comments

Comments
 (0)