From cc3732dffa5fbdadd9668252a0bf72daa923bd41 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 17 Jan 2008 21:20:27 -0500 Subject: Elaborate on a docstring --- funcweb/funcweb/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py index dd37973..c864093 100644 --- a/funcweb/funcweb/controllers.py +++ b/funcweb/funcweb/controllers.py @@ -14,7 +14,7 @@ class Root(controllers.RootController): @expose(template="funcweb.templates.minion") def minion(self, name, module=None, method=None): - """ Display details for a given minion. + """ Display module or method details for a specific minion. If only the minion name is given, it will display a list of modules for that minion. If a module is supplied, it will display a list of -- cgit