From cf28fe2da49ff3bb8a12d784e25fed9db05b05dd Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Sun, 17 Dec 2023 00:29:48 +0530 Subject: [PATCH] fix: consistency --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 036cc371c3..67cae7556d 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -2322,7 +2322,7 @@ def get_website_settings(key): def get_system_settings(key: str): - """Get the value associated with the given `key` from System Settings DocType.""" + """Returns the value associated with the given `key` from System Settings DocType.""" if not hasattr(local, "system_settings"): try: local.system_settings = get_cached_doc("System Settings")