Skip to content

Commit d836b67

Browse files
committed
Changed stub docstring to iterable from dict.
1 parent 503dd8e commit d836b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/mecha-munch-management/dict_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def update_recipes(ideas, recipe_updates):
2626
"""Update the recipe ideas dictionary.
2727
2828
:param ideas: dict - The "recipe ideas" dict.
29-
:param recipe_updates: tuple - with updates for the ideas section.
29+
:param recipe_updates: iterable - with updates for the ideas section.
3030
:return: dict - updated "recipe ideas" dict.
3131
"""
3232

0 commit comments

Comments
 (0)