summaryrefslogtreecommitdiff
path: root/taskapp/events/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskapp/events/task.py')
-rw-r--r--taskapp/events/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/events/task.py b/taskapp/events/task.py
index ed56ade..335b645 100644
--- a/taskapp/events/task.py
+++ b/taskapp/events/task.py
@@ -32,7 +32,7 @@ def addSubTask(main_task, sub_task):
def addDep(main_task, dependency):
""" add the dependency task to deps attribute of the task.
update the status of main_task accordingly.
- note that deps can be added only if task is in UP/OP/LO/CD state.
+ note that deps can be added only if task is in UP/OP/LO state.
And also if the task doesn't have any subs.
"""