aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cdd03ee..120828e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -104,10 +104,8 @@ The responses returned by paginated endpoints contain a "link" header that speci
104which parameters to use to get the next and previous pages. Mastodon.py parses these 104which parameters to use to get the next and previous pages. Mastodon.py parses these
105and stores them (if present) in the first (for the previous page) and last (for the 105and stores them (if present) in the first (for the previous page) and last (for the
106next page) item of the returned list as _pagination_prev and _pagination_next. They 106next page) item of the returned list as _pagination_prev and _pagination_next. They
107are accessible only via attribute-style access, and are not considered in determining 107are accessible only via attribute-style access. Note that this means that if you
108dict equality (meaning their presence will not affect any tests of wheter two dicts 108want to persist pagination info with your data, you'll have to take care of that
109are the same, or whether a specific dict is in a list). Note that this also means that
110if you want to persist pagination info with your data, you'll have to take care of that
111manually (or persist objects, not just dicts). 109manually (or persist objects, not just dicts).
112 110
113There are convenience functions available for fetching the previous and next page of 111There are convenience functions available for fetching the previous and next page of
Powered by cgit v1.2.3 (git 2.41.0)