From ffbfe44a1720969895f043a4f7990f83038bfbf0 Mon Sep 17 00:00:00 2001 From: ci2014 Date: Tue, 22 Aug 2017 14:32:46 +0200 Subject: [PATCH] Update __init__.py Fix typos --- frappe/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 0fee73235d..b9e3ebe8b5 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -1111,7 +1111,7 @@ def get_list(doctype, *args, **kwargs): :param filters: List of filters (see example). :param order_by: Order By e.g. `modified desc`. :param limit_page_start: Start results at record #. Default 0. - :param limit_poge_length: No of records in the page. Default 20. + :param limit_page_length: No of records in the page. Default 20. Example usage: @@ -1136,7 +1136,7 @@ def get_all(doctype, *args, **kwargs): :param filters: List of filters (see example). :param order_by: Order By e.g. `modified desc`. :param limit_page_start: Start results at record #. Default 0. - :param limit_poge_length: No of records in the page. Default 20. + :param limit_page_length: No of records in the page. Default 20. Example usage: