Skip to content

Commit 27fa704

Browse files
BethanyGkotp
andcommitted
Apply suggestions from code review
Co-authored-by: Victor Goff <[email protected]>
1 parent ba8dbec commit 27fa704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/guidos-gorgeous-lasagna/lasagna_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
item_name = item_name[:-1] + "()'"
2424
# pylint: disable=raise-missing-from
2525
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
26+
f' function named {item_name}. \nDid you misname or forget to define it?') from None
2727

2828

2929
# Here begins the formal test cases for the exercise.

0 commit comments

Comments
 (0)