docs: incorrect argname in docs for get_list #16384

This commit is contained in:
leoajr 2022-03-23 13:59:39 +01:00 committed by GitHub
parent 76ee35f865
commit a9b8fe8197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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