fix typo
This commit is contained in:
parent
f42d237d18
commit
1372ffa6b8
|
@ -23,5 +23,5 @@ def make_python_expert_potion(student_name):
|
|||
if __name__ == "__main__":
|
||||
my_name = 'ASPP student'
|
||||
my_potion = make_example_potion(student_name=my_name)
|
||||
# Let Snape inspect the potion
|
||||
# Let Snoope inspect the potion
|
||||
inspection.inspection_by_snoope(potion=my_potion, target_potion='example_potion')
|
||||
|
|
Loading…
Reference in a new issue