Skip to content

Commit 5077032

Browse files
committed
pydoc
1 parent 909f379 commit 5077032

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dataikuapi/dss/discussion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, client, project_key, object_type, object_id):
1616
"""
1717
:param DSSClient client: an api client to connect to the DSS backend
1818
:param str project_key: identifier of the project to access
19-
;param str object_type: DSS object type
19+
:param str object_type: DSS object type
2020
:param str object_id: DSS object ID
2121
"""
2222
self.client = client
@@ -76,7 +76,7 @@ def __init__(self, client, project_key, object_type, object_id, discussion_id, d
7676
"""
7777
:param DSSClient client: an api client to connect to the DSS backend
7878
:param str project_key: identifier of the project to access
79-
;param str object_type: DSS object type
79+
:param str object_type: DSS object type
8080
:param str object_id: DSS object ID
8181
:param str discussion_id: identified of the discussion
8282
:param dict discussion_data: the discussion data

dataikuapi/dss/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ def get_wiki(self):
744744
"""
745745
Get the wiki
746746
747-
Returns:
748-
the wiki associated to the project
747+
:returns: the wiki associated to the project
748+
:rtype: DSSWiki
749749
"""
750750
return DSSWiki(self.client, self.project_key)
751751

0 commit comments

Comments
 (0)