Skip to content

Commit

Permalink
Update doc in pydis_site/apps/api/pagination.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark <kozlovmark@gmail.com>
  • Loading branch information
kunal097 and MarkKoz committed Mar 7, 2021
1 parent 4a5fa2d commit eae89ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_site/apps/api/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ class LimitOffsetPaginationExtended(LimitOffsetPagination):
default_limit = 100

def get_paginated_response(self, data: typing.Any) -> Response:
"""Override to skip metadata i.e. `count`, `next` and `previous`."""
"""Override to skip metadata i.e. `count`, `next`, and `previous`."""
return Response(data)

0 comments on commit eae89ec

Please sign in to comment.