Unverified Commit 9a024806 authored by Alexander Teno's avatar Alexander Teno Committed by GitHub
Browse files

Add missing comma in Mint solution (#399)

parent b2fffe6f
...@@ -242,7 +242,7 @@ class Budget(object): ...@@ -242,7 +242,7 @@ class Budget(object):
def create_budget_template(self): def create_budget_template(self):
return { return {
'DefaultCategories.HOUSING': income * .4, 'DefaultCategories.HOUSING': income * .4,
'DefaultCategories.FOOD': income * .2 'DefaultCategories.FOOD': income * .2,
'DefaultCategories.GAS': income * .1, 'DefaultCategories.GAS': income * .1,
'DefaultCategories.SHOPPING': income * .2 'DefaultCategories.SHOPPING': income * .2
... ...
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment