Skip to content

Commit e803701

Browse files
authored
Merge branch 'dev' into fix-ts-namespaces
2 parents 04b186f + 0ff0e94 commit e803701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_callback_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def args_grouping(self):
127127
args_grouping is a dict of the inputs used with flexible callback signatures. The keys are the variable names
128128
and the values are dictionaries containing:
129129
- “id”: (string or dict) the component id. If it’s a pattern matching id, it will be a dict.
130-
- “id_str”: (str) for pattern matching ids, it’s the strigified dict id with no white spaces.
130+
- “id_str”: (str) for pattern matching ids, it’s the stringified dict id with no white spaces.
131131
- “property”: (str) The component property used in the callback.
132132
- “value”: the value of the component property at the time the callback was fired.
133133
- “triggered”: (bool)Whether this input triggered the callback.

0 commit comments

Comments
 (0)