diff --git a/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md b/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md index db9d065bccc..d9c1ab34de8 100644 --- a/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md +++ b/curriculum/challenges/english/blocks/lab-budget-app/5e44413e903586ffb414c94e.md @@ -33,7 +33,7 @@ In this lab, you will build a simple budget app that tracks spending in differen ```py food = Category('Food') - food.deposit(1000, 'deposit') + food.deposit(1000, 'initial deposit') food.withdraw(10.15, 'groceries') food.withdraw(15.89, 'restaurant and more food for dessert') clothing = Category('Clothing')