Skip to content

Commit 365f08c

Browse files
committed
improved comment
1 parent cf58243 commit 365f08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratchattach/site/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def loves(self, *, limit=40, offset=0, get_full_project: bool=False) -> [project
286286
raise exceptions.BadRequest("limit parameter must be >= 0")
287287

288288
# There are 40 projects on display per page
289-
# So number of pages to view the limit is ceil(limit / 40)
289+
# So number of pages to view until the limit is ceil(limit / 40)
290290

291291
# The first page you need to view is 1 + offset // 40
292292
# (You have to add one because the first page is idx 1 instead of 0)

0 commit comments

Comments
 (0)