From 7a229d3c25a306c379159c1ddd64351270cb08ae Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Mon, 22 Dec 2025 12:03:31 +0530 Subject: [PATCH] fix(getdoc): typo in docstring (#35380) Signed-off-by: Akhil Narang --- frappe/desk/form/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/desk/form/load.py b/frappe/desk/form/load.py index 44c9ade9a8..7f983d099b 100644 --- a/frappe/desk/form/load.py +++ b/frappe/desk/form/load.py @@ -24,7 +24,7 @@ if typing.TYPE_CHECKING: def getdoc(doctype, name): """ Loads a doclist for a given document. This method is called directly from the client. - Requries "doctype", "name" as form variables. + Requires "doctype", "name" as form variables. Will also call the "onload" method on the document. """