summaryrefslogtreecommitdiff
path: root/taskflow/examples/hello_world.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/examples/hello_world.py')
-rw-r--r--taskflow/examples/hello_world.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/examples/hello_world.py b/taskflow/examples/hello_world.py
index f8e0bb2..caba527 100644
--- a/taskflow/examples/hello_world.py
+++ b/taskflow/examples/hello_world.py
@@ -34,7 +34,7 @@ from taskflow.utils import eventlet_utils
# INTRO: This is the defacto hello world equivalent for taskflow; it shows how
-# a overly simplistic workflow can be created that runs using different
+# an overly simplistic workflow can be created that runs using different
# engines using different styles of execution (all can be used to run in
# parallel if a workflow is provided that is parallelizable).