Update __init__.py
Fix typos
This commit is contained in:
parent
8dba5d06a3
commit
ffbfe44a17
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue