fix: improved docstring for run_doc_method
This commit is contained in:
parent
aed90126f3
commit
81b65545b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue