Skip to content

Commit 052e802

Browse files
committed
update README
1 parent 85904fc commit 052e802

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note: If book chapter is missing, texbook doesn't provide one on the topic; all
3737
| [Ch16-Exceptions](notebooks/Ch16-Exceptions.ipynb) | Chapter 19 Exceptions |
3838
| [Ch17-PyGame](notebooks/Ch17-PyGame.ipynb) | Chapter 17 PyGame |
3939
| [Ch18-Inheritance](notebooks/Ch18-Inheritance.ipynb) | Chapter 23 Inheritance |
40-
| [Ch19-Unittest](notebooks/Ch19-UnitTest.ipynb) | UnitTest Framework |
40+
| [Ch19-Unittest](notebooks/Ch19-UnittestLibrary.ipynb) | UnitTest Framework |
4141
| [Ch20-LinkedLists](notebooks/Ch20-LinkedLists.ipynb) | Chapter 24 Linked Lists |
4242
| [Ch21-Stacks](notebooks/Ch21-Stacks.ipynb) | Chapter 25 Stacks |
4343
| [Ch22-Queues](notebooks/Ch22-Queues.ipynb) | Chapter 26 Queues |

notebooks/Ch00-IntroCourseTableOfContents.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"### [Ch13 - Recursion](./Ch13-Recursion.ipynb)\n",
2727
"### [Ch14 - OOP Introduction](./Ch14-OOP.ipynb)\n",
2828
"### [Ch16 - Exceptions - Error Handling](./Ch16-Exceptions.ipynb)\n",
29-
"### [Ch17 - Inheritance & unittest Library](./Ch19-UnittestLibrary.ipynb)\n"
29+
"### [Ch18 - Inheritance - Basics](./Ch18-Inheritance.ipynb)\n",
30+
"### [Ch19 - Inheritance & unittest Library](./Ch19-UnittestLibrary.ipynb)\n"
3031
]
3132
},
3233
{

0 commit comments

Comments
 (0)