taskapp/events/task.py
changeset 89 1cc03941ed5d
parent 74 7dc764854867
child 90 b2426897ff18
--- a/taskapp/events/task.py	Wed Feb 24 20:33:45 2010 +0530
+++ b/taskapp/events/task.py	Thu Feb 25 02:11:49 2010 +0530
@@ -32,7 +32,7 @@
 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.
     """