Skip to content

Commit 2a063fd

Browse files
m-y-moCopilot
andauthored
Update available_tools.py
Co-authored-by: Copilot <[email protected]>
1 parent fa4a6bf commit 2a063fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

available_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _copy_add_alias_to_dict(original_dict : dict, alias_dict : dict) -> dict:
8888

8989
def canonicalize_toolboxes(toolboxes : list, alias_dict : dict) -> list:
9090
"""
91-
Toolboxes needs to be canonicalize because both personalities and taskflows can use toolboxes with potentially different aliases
91+
Toolboxes need to be canonicalized because both personalities and taskflows can use toolboxes with potentially different aliases
9292
"""
9393
out = set()
9494
if not alias_dict:

0 commit comments

Comments
 (0)