From c258651f2f9c9ea078e7ed3d8bc043d2c1e54052 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 10 May 2014 10:16:52 -0700 Subject: [PATCH] Fix spelling mistake Fix usage of 'occurred' (misspelled). Change-Id: Ie71814bc1cda6536578a3bec2e072863990b8efa --- taskflow/examples/delayed_return.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/examples/delayed_return.py b/taskflow/examples/delayed_return.py index e77b961c..cbdc66d5 100644 --- a/taskflow/examples/delayed_return.py +++ b/taskflow/examples/delayed_return.py @@ -31,7 +31,7 @@ sys.path.insert(0, self_dir) # INTRO: in this example linear_flow we will attach a listener to an engine # and delay the return from a function until after the result of a task has -# occured in that engine. The engine will continue running (in the background) +# occurred in that engine. The engine will continue running (in the background) # while the function will have returned. import taskflow.engines