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 5e8951a commit ba8dbecCopy full SHA for ba8dbec
exercises/concept/guidos-gorgeous-lasagna/lasagna_test.py
@@ -18,7 +18,7 @@
18
if 'EXPECTED_BAKE_TIME' in item_name:
19
# pylint: disable=raise-missing-from
20
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
+ " 'lasagna.py' file.\nDid you misname or forget to define it?") from None
22
else:
23
item_name = item_name[:-1] + "()'"
24
0 commit comments