We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5367 commit c442715Copy full SHA for c442715
dataikuapi/dss/project.py
@@ -251,10 +251,10 @@ def set_permissions(self, permissions):
251
252
def get_interest(self):
253
"""
254
- Get the interest of this project. The interest means the number of watchers and the number of star.
+ Get the interest of this project. The interest means the number of watchers and the number of stars.
255
256
:returns: a dict object containing the interest of the project with two fields:
257
- - starCount: number of star for this project
+ - starCount: number of stars for this project
258
- watchCount: number of users watching this project
259
:rtype: dict
260
0 commit comments