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 ba8dbec commit 27fa704Copy full SHA for 27fa704
exercises/concept/guidos-gorgeous-lasagna/lasagna_test.py
@@ -23,7 +23,7 @@
23
item_name = item_name[:-1] + "()'"
24
# pylint: disable=raise-missing-from
25
raise ImportError("\n\nMISSING FUNCTION --> In your 'lasagna.py' file, we can not find or import the"
26
- f' function named {item_name}. \nDid you mis-name or forget to define it?') from None
+ f' function named {item_name}. \nDid you misname or forget to define it?') from None
27
28
29
# Here begins the formal test cases for the exercise.
0 commit comments