Skip to content

Commit b097659

Browse files
committed
opt comment
1 parent e6d2b5c commit b097659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seatable_api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def get_comments(self, row_id, page=1, per_page=25):
10401040
:param row_id: str
10411041
:param page: str
10421042
:param per_page: str
1043-
:return: a dict of {'comments': <list>, 'count': <int>}
1043+
:return: a dict of {'comment_list': <list>, 'count': <int>}
10441044
"""
10451045
url = self._get_comments_url()
10461046
params = {

0 commit comments

Comments
 (0)