Skip to content

Commit 7306f0f

Browse files
authored
ticks (#7)
1 parent 82a7485 commit 7306f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ data
231231
# [{'id': 'acc-123', ... }, {'id': 'acc-234', ... }]
232232
233233
next_cursor
234-
''''''''''
234+
'''''''''''
235235

236236
For any paged resource, ``next_cursor()`` will return a cursor to
237237
supply for the next page of results. If ``next_cursor()`` returns ``None``,
@@ -253,7 +253,7 @@ there are no more results.
253253
cursor = response.next_cursor()
254254
255255
prev_cursor
256-
''''''''''
256+
'''''''''''
257257

258258
For any paged resource, ``prev_cursor()`` will return a cursor to
259259
supply for the next page of results. If ``prev_cursor()`` returns

0 commit comments

Comments
 (0)