summaryrefslogtreecommitdiff
path: root/taskflow/examples/simple_linear_pass.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/examples/simple_linear_pass.py')
-rw-r--r--taskflow/examples/simple_linear_pass.py2
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.