Skip to content

Commit d3876db

Browse files
Update tutorial link
1 parent 0bb85eb commit d3876db

File tree

1 file changed

+2
-2
lines changed
  • python-interview-problems-parsing-csv

1 file changed

+2
-2
lines changed

python-interview-problems-parsing-csv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Interview Problems – Parsing CSV Files
22

3-
Corresponding code for ["Python Interview Problems – Parsing CSV Files."](https://realpython.com/python-interview-problems-parsing-csv-python-files/)
3+
Corresponding code for ["Python Interview Problems – Parsing CSV Files."](https://realpython.com/python-interview-problem-parsing-csv-files)
44

55
The `skeleton_code` directory contains pytest fixtures and module files to get you set up to run pytest. There are no tests in the files, which pytest tells you when you run it:
66

@@ -16,4 +16,4 @@ collected 0 items
1616

1717
The `full_code` directory contains the source files we used to generate the examples in the article.
1818

19-
Good luck!
19+
Good luck!

0 commit comments

Comments
 (0)