Skip to content

Commit be75cb9

Browse files
Fix UNB-2584 - 'specified' misspelled in client
1 parent b8b10e2 commit be75cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unboxapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def add_model(
584584
raise exceptions.UnboxResourceError(
585585
context="There's an issue with the speficied `function`. \n",
586586
message=f"Your function's additional args {user_args} do not match the "
587-
f"kwargs you specifed {kwarg_keys}. \n",
587+
f"kwargs you specified {kwarg_keys}. \n",
588588
mitigation=f"Make sure to include all of the kwargs required "
589589
"to run your inference `function`.",
590590
) from None

0 commit comments

Comments
 (0)