fix: Remove typo from get_doc docstring of FrappeClient (#28515)

This commit is contained in:
Abdeali Chharchhodawala 2024-11-20 09:57:13 +05:30 committed by GitHub
parent 3c1392c8fd
commit 5fea212305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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