Skip to content

Commit ba8dbec

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

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
@@ -18,7 +18,7 @@
1818
if 'EXPECTED_BAKE_TIME' in item_name:
1919
# pylint: disable=raise-missing-from
2020
raise ImportError(f'\n\nMISSING CONSTANT --> \nWe can not find or import the constant {item_name} in your'
21-
" 'lasagna.py' file.\nDid you mis-name or forget to define it?") from None
21+
" 'lasagna.py' file.\nDid you misname or forget to define it?") from None
2222
else:
2323
item_name = item_name[:-1] + "()'"
2424
# pylint: disable=raise-missing-from

0 commit comments

Comments
 (0)