diff options
Diffstat (limited to 'taskflow/examples/simple_linear_pass.py')
-rw-r--r-- | taskflow/examples/simple_linear_pass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/examples/simple_linear_pass.py b/taskflow/examples/simple_linear_pass.py index d378418..683f251 100644 --- a/taskflow/examples/simple_linear_pass.py +++ b/taskflow/examples/simple_linear_pass.py @@ -31,7 +31,7 @@ from taskflow import engines from taskflow.patterns import linear_flow from taskflow import task -# INTRO: This examples shows how a task (in a linear/serial workflow) can +# INTRO: This example shows how a task (in a linear/serial workflow) can # produce an output that can be then consumed/used by a downstream task. |