Skip to content

Commit

Permalink
Fix typo in MultitaskEvaluator docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFP committed Oct 11, 2023
1 parent afda164 commit e684f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimas/evaluators/multitask_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MultitaskEvaluator(Evaluator):
"""Evaluator to be used with multitask optimization.
Each task has its own evaluator (either a ``FunctionEvaluator`` or a
``TemplateEvaluator``). ``The MultitaskEvaluator`` groups all tasks and
``TemplateEvaluator``). The ``MultitaskEvaluator`` groups all tasks and
their corresponding evaluators and generates the combined ``libe_specs``
and ``sim_specs``.
Expand Down

0 comments on commit e684f29

Please sign in to comment.