Skip to content

Commit 0056703

Browse files
committed
Fix code sample indention
1 parent 3785281 commit 0056703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or apply the style globally, using the `DEFAULT_PAGINATION_CLASS` settings key.
5454

5555
REST_FRAMEWORK = {
5656
'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination'
57-
}
57+
}
5858

5959
---
6060

0 commit comments

Comments
 (0)