docs: incorrect argname in docs for get_list #16384
This commit is contained in:
parent
76ee35f865
commit
a9b8fe8197
1 changed files with 1 additions and 1 deletions
|
|
@ -1465,7 +1465,7 @@ def get_list(doctype, *args, **kwargs):
|
|||
:param fields: List of fields or `*`.
|
||||
: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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue