diff --git a/frappe/utils/safe_exec.py b/frappe/utils/safe_exec.py index c0bfd3cbbb..be105b329d 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -247,7 +247,7 @@ def safe_enqueue(function, **kwargs): Accepts frappe.enqueue params like job_name, queue, timeout, etc. in addition to params to be passed to function - :param function: whitelised function or API Method set in Server Script + :param function: whitelisted function or API Method set in Server Script """ return enqueue("frappe.utils.safe_exec.call_whitelisted_function", function=function, **kwargs)