We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7485 commit 7306f0fCopy full SHA for 7306f0f
README.rst
@@ -231,7 +231,7 @@ data
231
# [{'id': 'acc-123', ... }, {'id': 'acc-234', ... }]
232
233
next_cursor
234
-''''''''''
+'''''''''''
235
236
For any paged resource, ``next_cursor()`` will return a cursor to
237
supply for the next page of results. If ``next_cursor()`` returns ``None``,
@@ -253,7 +253,7 @@ there are no more results.
253
cursor = response.next_cursor()
254
255
prev_cursor
256
257
258
For any paged resource, ``prev_cursor()`` will return a cursor to
259
supply for the next page of results. If ``prev_cursor()`` returns
0 commit comments