Skip to content

Commit e9f5559

Browse files
wilhelmhbalexcjohnson
authored andcommitted
Fix typo in error message
1 parent 0e03062 commit e9f5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def validate_multi_return(outputs_list, output_value, callback_id):
133133
if not isinstance(vi, (list, tuple)):
134134
raise exceptions.InvalidCallbackReturnValue(
135135
"""
136-
The callback {} ouput {} is a wildcard multi-output.
136+
The callback {} output {} is a wildcard multi-output.
137137
Expected the output type to be a list or tuple but got:
138138
{}.
139139
output spec: {}

0 commit comments

Comments
 (0)