Skip to content

Commit db5abc8

Browse files
committed
Grammar fix
1 parent 774a492 commit db5abc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/04_Sequences.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ The change made here is subtle, but significant. Instead of
463463
the new version reads any CSV file and picks the values of interest
464464
out of it. As long as the file has the required columns, the code will work.
465465

466-
Modify the `report.py` program you wrote in Section 2.3 that it uses
466+
Modify the `report.py` program you wrote in Section 2.3 so that it uses
467467
the same technique to pick out column headers.
468468

469469
Try running the `report.py` program on the `Data/portfoliodate.csv`

0 commit comments

Comments
 (0)