Skip to content

Commit 676aa77

Browse files
authored
Fix punctuation in system check (#7281)
1 parent 8cba4f8 commit 676aa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def pagination_system_check(app_configs, **kwargs):
99
if api_settings.PAGE_SIZE and not api_settings.DEFAULT_PAGINATION_CLASS:
1010
errors.append(
1111
Warning(
12-
"You have specified a default PAGE_SIZE pagination rest_framework setting,"
12+
"You have specified a default PAGE_SIZE pagination rest_framework setting, "
1313
"without specifying also a DEFAULT_PAGINATION_CLASS.",
1414
hint="The default for DEFAULT_PAGINATION_CLASS is None. "
1515
"In previous versions this was PageNumberPagination. "

0 commit comments

Comments
 (0)