Skip to content

Commit

Permalink
modified doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanHyatt committed Sep 18, 2024
1 parent c1c0098 commit bc33faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_tables2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_paginate_by(self, table_data) -> Optional[int]:

def get_paginate_table_by(self, table_data) -> Optional[int]:
"""
Determines the number of items per page, or ``None`` for no pagination.
Alternate method for setting paginate_by that does not conflict with ListView
Args:
table_data: The table's data.
Expand Down

0 comments on commit bc33faa

Please sign in to comment.