fix(getdoc): typo in docstring (#35380)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
5de7ed8220
commit
7a229d3c25
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue