Skip to content

Commit 834aa81

Browse files
authored
Improve wording
1 parent c442715 commit 834aa81

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
@@ -262,7 +262,7 @@ def get_interest(self):
262262

263263
def get_timeline(self, itemCount=100):
264264
"""
265-
Get a timeline of this project. The timeline consists of information about the creation of this project
265+
Get the timeline of this project. The timeline consists of information about the creation of this project
266266
(by whom, and when), the last modification of this project (by whom and when), a list of contributors,
267267
and a list of modifications. This list of modifications contains a maximum of itemCount elements (default: 100).
268268
If itemCount is greater than the real number of modification, itemCount is adjusted.

0 commit comments

Comments
 (0)