Update __init__.py

Fix typos
This commit is contained in:
ci2014 2017-08-22 14:32:46 +02:00 committed by GitHub
parent 8dba5d06a3
commit ffbfe44a17

View file

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