Skip to content

Commit 330a262

Browse files
committed
Update test/example-uniondict-normalization/example_uniondict_normalization.py
1 parent 0aeb126 commit 330a262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/example-uniondict-normalization/example_uniondict_normalization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def update_recipes_tuple(ideas, recipe_updates):
66
:return: dict - updated "recipe ideas" dict.
77
"""
88

9+
# recipe_updates here is a tuple.
910
# Since this action updates the dict in place,
1011
# the dict then needs to be returned separately, otherwise it is a syntax error.
1112
ideas |= recipe_updates

0 commit comments

Comments
 (0)