summaryrefslogtreecommitdiff
path: root/taskflow/examples/run_by_iter.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-01 19:48:52 +0000
committerGerrit Code Review <review@openstack.org>2015-04-01 19:48:52 +0000
commit3af076d72520b528775d3d43e6bc2b5344ddbab5 (patch)
tree92ee09b9e5b33c05440f3db65f1df3c8e388bdca /taskflow/examples/run_by_iter.py
parent3d7568d7b9c76aacd59320a00db0faca5c1827e2 (diff)
parent5544d71bc897906253cf98771129f2997f4e19ae (diff)
downloadtaskflow-0.8.1.tar.gz
Merge "Fix a couple of spelling and grammar errors"0.8.1
Diffstat (limited to 'taskflow/examples/run_by_iter.py')
-rw-r--r--taskflow/examples/run_by_iter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/examples/run_by_iter.py b/taskflow/examples/run_by_iter.py
index 4b7b98c..3a00a10 100644
--- a/taskflow/examples/run_by_iter.py
+++ b/taskflow/examples/run_by_iter.py
@@ -37,7 +37,7 @@ from taskflow import task
from taskflow.utils import persistence_utils
-# INTRO: This examples shows how to run a set of engines at the same time, each
+# INTRO: This example shows how to run a set of engines at the same time, each
# running in different engines using a single thread of control to iterate over
# each engine (which causes that engine to advanced to its next state during
# each iteration).