Fixed error in docstring.
This commit is contained in:
parent
1371bc1b1a
commit
6f050d4f10
|
@ -21,7 +21,7 @@ def _workflow_classes(modname):
|
||||||
return workflow_classes
|
return workflow_classes
|
||||||
|
|
||||||
def workflow_list():
|
def workflow_list():
|
||||||
"""Returns a ListStore containing all new workflows"""
|
"""Returns a list containing all new workflows"""
|
||||||
retval = []
|
retval = []
|
||||||
|
|
||||||
# List all .py files that can contain workflow classes
|
# List all .py files that can contain workflow classes
|
||||||
|
|
Reference in New Issue