Skip to content

Commit a37803e

Browse files
author
Alan Christie
committed
docs: Minor tweak
1 parent f27bd63 commit a37803e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow/workflow_abc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class LaunchResult:
2121

2222

2323
class InstanceLauncher(ABC):
24-
"""The class handling the launching of (Job) instances."""
24+
"""The class handling the launching of (Job) instances, used by the Engine
25+
to launch Workflow 'Step' Jobs."""
2526

2627
@abstractmethod
2728
def launch(

0 commit comments

Comments
 (0)