Skip to content

Commit a0ea21b

Browse files
committed
Merge branch 'release/10.0'
2 parents 544f9e8 + 67d81b9 commit a0ea21b

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
@@ -287,7 +287,7 @@ def get_timeline(self, item_count=100):
287287
- createdBy: who created this project
288288
- createdOn: when the project was created
289289
- lastModifiedBy: who modified this project for the last time
290-
- lastModifiedBy: when this modification took place
290+
- lastModifiedOn: when this modification took place
291291
:rtype: dict
292292
"""
293293
return self.client._perform_json("GET", "/projects/%s/timeline" % self.project_key, params = {

0 commit comments

Comments
 (0)