Skip to content

Commit 3344775

Browse files
Fix typo
Co-authored-by: Justin Cechmanek <[email protected]>
1 parent 7874913 commit 3344775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/utils/optimize/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ def __init__(
154154
super().__init__(router, test_dict, opt_fn, eval_metric)
155155

156156
def optimize(self, **kwargs: Any):
157-
"""Optimize kicks of the optimization process for router"""
157+
"""Optimize kicks off the optimization process for router"""
158158
qrels = _format_qrels(self.test_data)
159159
self.opt_fn(self.optimizable, self.test_data, qrels, self.eval_metric, **kwargs)

0 commit comments

Comments
 (0)