Skip to content

Commit c442715

Browse files
authored
Update project.py
Typo
1 parent edb5367 commit c442715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ def set_permissions(self, permissions):
251251

252252
def get_interest(self):
253253
"""
254-
Get the interest of this project. The interest means the number of watchers and the number of star.
254+
Get the interest of this project. The interest means the number of watchers and the number of stars.
255255
256256
:returns: a dict object containing the interest of the project with two fields:
257-
- starCount: number of star for this project
257+
- starCount: number of stars for this project
258258
- watchCount: number of users watching this project
259259
:rtype: dict
260260
"""

0 commit comments

Comments
 (0)