Skip to content

Commit 395b718

Browse files
committed
update chapter/notebook names
1 parent 1fde124 commit 395b718

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebooks/00-TableOfContents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"### [Testing Functions with unittest Library](TestingFunctions-unittest.ipynb)\n",
1717
"\n",
18-
"### [Python Objects & Singleton Pattern](PythonObjects-Singleton.ipynb)\n",
18+
"### [Classes, Objects, & Singleton Pattern](ClassesObjects-Singleton.ipynb)\n",
1919
"\n",
2020
"### [UML](UML.ipynb)\n",
2121
"\n",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "56a531c0",
66
"metadata": {},
77
"source": [
8-
"# Objects and Single Pattern\n",
8+
"# Classes, Objects and Single Pattern\n",
99
"\n",
1010
"## Topics\n",
1111
"\n",

notebooks/TestingFunctions-unittest.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "633b0240",
66
"metadata": {},
77
"source": [
8-
"# Testing Functions and Programs\n",
8+
"# Testing Functions with Unitest and Pytest\n",
99
"\n",
1010
"## Topics\n",
1111
"\n",

0 commit comments

Comments
 (0)