fix(getdoc): typo in docstring (#35380)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-12-22 12:03:31 +05:30 committed by GitHub
parent 5de7ed8220
commit 7a229d3c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
"""