summaryrefslogtreecommitdiff
path: root/taskflow/examples/simple_linear.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/examples/simple_linear.py')
-rw-r--r--taskflow/examples/simple_linear.py4
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):