diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-01 19:48:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-01 19:48:52 +0000 |
commit | 3af076d72520b528775d3d43e6bc2b5344ddbab5 (patch) | |
tree | 92ee09b9e5b33c05440f3db65f1df3c8e388bdca /taskflow/examples/retry_flow.py | |
parent | 3d7568d7b9c76aacd59320a00db0faca5c1827e2 (diff) | |
parent | 5544d71bc897906253cf98771129f2997f4e19ae (diff) | |
download | taskflow-0.8.1.tar.gz |
Merge "Fix a couple of spelling and grammar errors"0.8.1
Diffstat (limited to 'taskflow/examples/retry_flow.py')
-rw-r--r-- | taskflow/examples/retry_flow.py | 2 |
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. # |