diff --git a/frappe/frappeclient.py b/frappe/frappeclient.py index 3ed55414c2..f36459b189 100644 --- a/frappe/frappeclient.py +++ b/frappe/frappeclient.py @@ -215,7 +215,7 @@ class FrappeClient: :param doctype: DocType of the document to be returned :param name: (optional) `name` of the document to be returned :param filters: (optional) Filter by this dict if name is not set - :param fields: (optional) Fields to be returned, will return everythign if not set""" + :param fields: (optional) Fields to be returned, will return everything if not set""" params = {} if filters: params["filters"] = json.dumps(filters)