Remove the redundant word

Removed redundant 'the' in tasks.py

Change-Id: I8080364f6ed802a807d5f06aeb1a4e046983c306
This commit is contained in:
chenxiangui 2018-02-02 15:14:19 +08:00
parent 88cfb3c48b
commit 09448a3a9a

View File

@ -136,7 +136,7 @@ class TaskView(APIViewWithLogger):
Will ensure the request data contains the required data Will ensure the request data contains the required data
based on the action serializer, and if present will create based on the action serializer, and if present will create
a Task and the linked actions, attaching notes a Task and the linked actions, attaching notes
based on running of the the pre_approve validation based on running of the pre_approve validation
function on all the actions. function on all the actions.
If during the pre_approve step at least one of the actions If during the pre_approve step at least one of the actions