From 5544d71bc897906253cf98771129f2997f4e19ae Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Sat, 28 Mar 2015 20:13:21 +1100 Subject: Fix a couple of spelling and grammar errors Some things that popped out while reading the comments/documentation. Change-Id: I0ccecae3381447ede44bb855d91f997349be1562 --- taskflow/examples/run_by_iter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskflow/examples/run_by_iter.py') 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). -- cgit v1.2.1