Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoyingz authored Jul 19, 2023
1 parent 0dc60e5 commit d26ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exercises/ex2_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_portfolio(filename):
'name' : row[0],
'shares' : int(row[1]),
'price' : float(row[2])
}
}
portfolio.append(record)
return portfolio
```
Expand Down

0 comments on commit d26ca87

Please sign in to comment.