From 01cd88a93806b1ccbcaedca6c4ec7e0db70316bd Mon Sep 17 00:00:00 2001 From: Itai Shirav Date: Wed, 25 Jan 2017 16:41:01 +0200 Subject: [PATCH] TRIVIAL --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fec606b..8e8c263 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ Pagination It is possible to paginate through model instances:: >>> order_by = 'first_name, last_name' - >>> page = db.paginate(Person, order_by, page_num=1, page_size=100) + >>> page = db.paginate(Person, order_by, page_num=1, page_size=10) >>> print page.number_of_objects 2507 >>> print page.pages_total