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 834b49b commit f5e9617Copy full SHA for f5e9617
1 file changed
sunlight/pagination.py
@@ -70,7 +70,7 @@ def pagingfunc(*args, **kwargs):
70
break
71
72
if count % per_page != 0:
73
- logger.debug('! %s retuned less than number of requested results, stopping' % name)
+ logger.debug('! %s returned less than number of requested results, stopping' % name)
74
stopthepresses = True
75
76
if stopthepresses:
0 commit comments