Skip to content

Commit d0995fa

Browse files
lewisemmcarltongibson
authored andcommitted
Remove dot character from "pagination_class" (#6137)
1 parent 9ecce21 commit d0995fa

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
@@ -46,7 +46,7 @@ If you want to modify particular aspects of the pagination style, you'll want to
4646
page_size_query_param = 'page_size'
4747
max_page_size = 1000
4848

49-
You can then apply your new style to a view using the `.pagination_class` attribute:
49+
You can then apply your new style to a view using the `pagination_class` attribute:
5050

5151
class BillingRecordsView(generics.ListAPIView):
5252
queryset = Billing.objects.all()

0 commit comments

Comments
 (0)