Skip to content

Commit 7dcc56b

Browse files
committed
Fix typo
1 parent a9e8de2 commit 7dcc56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/02_Containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Experiment with this new function in the same manner as you did in
315315
Exercise 2.4.
316316

317317
```python
318-
>>> portfolio = read_portfolio('portfolio.csv')
318+
>>> portfolio = read_portfolio('Data/portfolio.csv')
319319
>>> portfolio
320320
[{'name': 'AA', 'shares': 100, 'price': 32.2}, {'name': 'IBM', 'shares': 50, 'price': 91.1},
321321
{'name': 'CAT', 'shares': 150, 'price': 83.44}, {'name': 'MSFT', 'shares': 200, 'price': 51.23},

0 commit comments

Comments
 (0)