Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41a4a1e

Browse files
committed
Minor fix to filename
1 parent d4e11fd commit 41a4a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/01_Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ interactively after running your program:
283283
>>> files = ['Data/portfolio.csv', 'Data/portfolio2.csv']
284284
>>> for name in files:
285285
print(f'{name:-^43s}')
286-
portfolio_report(name, 'prices.csv')
286+
portfolio_report(name, 'Data/prices.csv')
287287
print()
288288

289289
... look at the output ...

0 commit comments

Comments
 (0)