We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503dd8e commit d836b67Copy full SHA for d836b67
1 file changed
exercises/concept/mecha-munch-management/dict_methods.py
@@ -26,7 +26,7 @@ def update_recipes(ideas, recipe_updates):
26
"""Update the recipe ideas dictionary.
27
28
:param ideas: dict - The "recipe ideas" dict.
29
- :param recipe_updates: tuple - with updates for the ideas section.
+ :param recipe_updates: iterable - with updates for the ideas section.
30
:return: dict - updated "recipe ideas" dict.
31
"""
32
0 commit comments