Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 6b6f2be

Browse files
authored
Merge pull request fbaptiste#26 from WillieMaddox/patch-19
Update 02 - Project Solution - Goal 1.ipynb
2 parents 401c1e9 + 15373fb commit 6b6f2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Part 2/Section 03 - Project 1/02 - Project Solution - Goal 1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,9 +1091,9 @@
10911091
"cell_type": "markdown",
10921092
"metadata": {},
10931093
"source": [
1094-
"By the way, did you notice that we spent at the same, if not more, amount of time **testing** our code as we did it **writing** it?\n",
1094+
"By the way, did you notice that we spent at the same, if not more, amount of time **testing** our code as we did **writing** it?\n",
10951095
"\n",
1096-
"In practice, that is often how that goes - you should always test your code - you obviously cannot test every case, but you shoudl always try to test everything at least once, and then also cover edge cases if there are any.\n",
1096+
"In practice, that is often how that goes - you should always test your code - you obviously cannot test every case, but you should always try to test everything at least once, and then also cover edge cases if there are any.\n",
10971097
"\n",
10981098
"You should also try to ensure, within reason, that all the code you wrote is tested (i.e. executed, or *exercised*) during your tests - this is called **test coverage**, or sometimes **code coverage**."
10991099
]

0 commit comments

Comments
 (0)