Skip to content

Commit 67d81b9

Browse files
committed
Typo
1 parent e667a73 commit 67d81b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_timeline(self, item_count=100):
283283
- createdBy: who created this project
284284
- createdOn: when the project was created
285285
- lastModifiedBy: who modified this project for the last time
286-
- lastModifiedBy: when this modification took place
286+
- lastModifiedOn: when this modification took place
287287
:rtype: dict
288288
"""
289289
return self.client._perform_json("GET", "/projects/%s/timeline" % self.project_key, params = {

0 commit comments

Comments
 (0)