mirror of
				https://github.com/donnemartin/system-design-primer.git
				synced 2025-11-04 10:12:32 +03:00 
			
		
		
		
	Add missing comma in Mint solution (#399)
This commit is contained in:
		@@ -242,7 +242,7 @@ class Budget(object):
 | 
			
		||||
    def create_budget_template(self):
 | 
			
		||||
        return {
 | 
			
		||||
            'DefaultCategories.HOUSING': income * .4,
 | 
			
		||||
            'DefaultCategories.FOOD': income * .2
 | 
			
		||||
            'DefaultCategories.FOOD': income * .2,
 | 
			
		||||
            'DefaultCategories.GAS': income * .1,
 | 
			
		||||
            'DefaultCategories.SHOPPING': income * .2
 | 
			
		||||
            ...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user