Skip to content

Commit 34906a5

Browse files
committed
Fix typos
1 parent 280a12b commit 34906a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source-code/error-handling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Illustrations of error handling.
88
ways ot handle errors.
99
1. `data.txt`: data file to use as input.
1010
1. `data_not_ok.txt`: incorrect data file to use as input.
11-
1. `warnings`: illustrations of using the `warmings` module
11+
1. `warnings`: illustrations of using the `warnings` module
1212
for error handling.

source-code/testing/Hypothesis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ uses fuzzing to find issues in your code.
66

77
## What is it?
88

9-
1. `factorial.py`: implementatino of the factorial
9+
1. `factorial.py`: implementation of the factorial
1010
function.
1111
1. `test_factorial.py`: hypothesis tests of the factorial
1212
function

0 commit comments

Comments
 (0)