We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280a12b commit 34906a5Copy full SHA for 34906a5
source-code/error-handling/README.md
@@ -8,5 +8,5 @@ Illustrations of error handling.
8
ways ot handle errors.
9
1. `data.txt`: data file to use as input.
10
1. `data_not_ok.txt`: incorrect data file to use as input.
11
-1. `warnings`: illustrations of using the `warmings` module
+1. `warnings`: illustrations of using the `warnings` module
12
for error handling.
source-code/testing/Hypothesis/README.md
@@ -6,7 +6,7 @@ uses fuzzing to find issues in your code.
6
7
## What is it?
-1. `factorial.py`: implementatino of the factorial
+1. `factorial.py`: implementation of the factorial
function.
1. `test_factorial.py`: hypothesis tests of the factorial
function
0 commit comments