doc error for WeightPlanner

Change-Id: I6c51a919baa32e9b46bfadfcf8e6afac27890b17
This commit is contained in:
suzhengwei
2017-05-22 16:08:21 +08:00
parent 21994297cf
commit 6c5a3910a7

2
watcher/decision_engine/planner/weight.py Normal file → Executable file
View File

@@ -33,7 +33,7 @@ class WeightPlanner(base.BasePlanner):
"""Weight planner implementation
This implementation builds actions with parents in accordance with weights.
Set of actions having a lower weight will be scheduled before
Set of actions having a higher weight will be scheduled before
the other ones. There are two config options to configure:
action_weights and parallelization.