fix: improved docstring for run_doc_method

This commit is contained in:
Sagar Vora 2021-03-30 13:37:14 +05:30
parent aed90126f3
commit 81b65545b7

View file

@ -201,7 +201,7 @@ def ping():
def run_doc_method(method, docs=None, dt=None, dn=None, arg=None, args=None):
"""run controller method - old style"""
"""run a whitelisted controller method"""
import json
import inspect