Merge pull request #7368 from frappe/netchampfaris-patch-1

fix: Method docstring
This commit is contained in:
Suraj Shetty 2019-04-27 12:48:38 +05:30 committed by GitHub
commit ede92ef61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: