From 1064a7f68755d063fe2bfc235db43aa486590273 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 26 Apr 2019 15:37:33 +0530 Subject: [PATCH] fix: Method docstring --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 1717a430e2..0242843cee 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -1262,7 +1262,7 @@ def get_all(doctype, *args, **kwargs): :param fields: List of fields or `*`. Default is: `["name"]`. :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_start: Start results at record #. Default 0. :param limit_page_length: No of records in the page. Default 20. Example usage: