Skip to content

Commit 4043f2d

Browse files
Update "caveats.md" docs page
Remove redundant tip, add link to pagination in complexity section.
1 parent f2d0396 commit 4043f2d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/caveats.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,8 @@ It's a lot, but keep it in mind.
115115
Using `best_only=True` should alleviate the issue somewhat, so for very large requests I
116116
recommend using its default `True` value.
117117

118-
If you need even more entries you can retrieve data in chunks using `offset` parameter.
119-
120-
!!! tip
121-
Add a link to the page with example, once it's ready.
118+
If you need even more entries you can retrieve data in
119+
[chunks using `offset` parameter](#getting-more-results-and-pagination).
122120

123121

124122

0 commit comments

Comments
 (0)