Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
9a024806
Unverified
Commit
9a024806
authored
Jun 30, 2020
by
Alexander Teno
Committed by
GitHub
Jun 30, 2020
Browse files
Add missing comma in Mint solution (#399)
parent
b2fffe6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
solutions/system_design/mint/README.md
View file @
9a024806
...
...
@@ -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
...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment