Skip to content

Commit bf088b6

Browse files
authored
(README) fix: Remove extra char from pagination code sample (#124)
1 parent c3c70f5 commit bf088b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Subclass this pagination to define custom default & maximum values for offset &
122122
class CustomPagination(Pagination):
123123
default_offset = 90
124124
default_limit = 1
125-
max_offset = 100`
125+
max_offset = 100
126126
max_limit = 2000
127127
128128

0 commit comments

Comments
 (0)