refactor: update evolving_strategy.py (#686)

implmentation -> implementation
This commit is contained in:
Ikko Eltociear Ashimine
2025-03-18 17:15:08 +09:00
committed by GitHub
parent 0fe901d8cd
commit 32dda6ea63
@@ -76,7 +76,7 @@ class MultiProcessEvolvingStrategy(EvolvingStrategy):
Assign the code list to the evolving item.
Due to the implement_one_task take `workspace` as input and output the `modification`.
We should apply implmentation to evo
We should apply implementation to evo
The code list is aligned with the evolving item's sub-tasks.
If a task is not implemented, put a None in the list.