summaryrefslogtreecommitdiff
path: root/taskflow/examples/retry_flow.py
diff options
context:
space:
mode:
authorRick van de Loo <rickvandeloo@gmail.com>2015-03-28 20:13:21 +1100
committerRick van de Loo <rickvandeloo@gmail.com>2015-03-29 03:11:08 +1100
commit5544d71bc897906253cf98771129f2997f4e19ae (patch)
treea51ce47651cd1fe8359b57586382dc5e46d01215 /taskflow/examples/retry_flow.py
parent179854e3eee11306cb888ef669cd3728b5e5bbb5 (diff)
downloadtaskflow-5544d71bc897906253cf98771129f2997f4e19ae.tar.gz
Fix a couple of spelling and grammar errors
Some things that popped out while reading the comments/documentation. Change-Id: I0ccecae3381447ede44bb855d91f997349be1562
Diffstat (limited to 'taskflow/examples/retry_flow.py')
-rw-r--r--taskflow/examples/retry_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/examples/retry_flow.py b/taskflow/examples/retry_flow.py
index c1cb1a2..3123aca 100644
--- a/taskflow/examples/retry_flow.py
+++ b/taskflow/examples/retry_flow.py
@@ -32,7 +32,7 @@ from taskflow import task
# INTRO: In this example we create a retry controller that receives a phone
# directory and tries different phone numbers. The next task tries to call Jim
-# using the given number. If if is not a Jim's number, the tasks raises an
+# using the given number. If it is not a Jim's number, the task raises an
# exception and retry controller takes the next number from the phone
# directory and retries the call.
#