Skip to content

Commit 4704453

Browse files
committed
paging_state typo
1 parent 1a21463 commit 4704453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/query_paging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You can resume the pagination when executing a new query by using the :attr:`.Re
8686
results = session.execute(statement)
8787

8888
# save the paging_state somewhere and return current results
89-
web_session['paging_stage'] = results.paging_state
89+
web_session['paging_state'] = results.paging_state
9090

9191

9292
# resume the pagination sometime later...

0 commit comments

Comments
 (0)