diff options
| author | Rick van de Loo <rickvandeloo@gmail.com> | 2015-03-28 20:13:21 +1100 |
|---|---|---|
| committer | Rick van de Loo <rickvandeloo@gmail.com> | 2015-03-29 03:11:08 +1100 |
| commit | 5544d71bc897906253cf98771129f2997f4e19ae (patch) | |
| tree | a51ce47651cd1fe8359b57586382dc5e46d01215 /taskflow/examples/simple_linear.py | |
| parent | 179854e3eee11306cb888ef669cd3728b5e5bbb5 (diff) | |
| download | taskflow-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/simple_linear.py')
| -rw-r--r-- | taskflow/examples/simple_linear.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/taskflow/examples/simple_linear.py b/taskflow/examples/simple_linear.py index 495b963..daa53dd 100644 --- a/taskflow/examples/simple_linear.py +++ b/taskflow/examples/simple_linear.py @@ -41,8 +41,8 @@ from taskflow import task # taskflow provides via tasks and flows makes it possible for you to easily at # a later time hook in a persistence layer (and then gain the functionality # that offers) when you decide the complexity of adding that layer in -# is 'worth it' for your applications usage pattern (which certain applications -# may not need). +# is 'worth it' for your application's usage pattern (which certain +# applications may not need). class CallJim(task.Task): |
