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/calculate_in_parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskflow/examples/calculate_in_parallel.py') diff --git a/taskflow/examples/calculate_in_parallel.py b/taskflow/examples/calculate_in_parallel.py index 7ab32fa..0d800a6 100644 --- a/taskflow/examples/calculate_in_parallel.py +++ b/taskflow/examples/calculate_in_parallel.py @@ -30,7 +30,7 @@ from taskflow.patterns import linear_flow as lf from taskflow.patterns import unordered_flow as uf from taskflow import task -# INTRO: This examples shows how a linear flow and a unordered flow can be +# INTRO: These examples show how a linear flow and an unordered flow can be # used together to execute calculations in parallel and then use the # result for the next task/s. The adder task is used for all calculations # and argument bindings are used to set correct parameters for each task. -- cgit v1.2.1