Skip to content

Commit ef6bb72

Browse files
committed
Typo fix
1 parent cd1bd82 commit ef6bb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/01-why-test-my-code.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_gradient():
135135
print("Test failed!")
136136
```
137137

138-
And we could have ammended the function:
138+
And we could have amended the function:
139139

140140
```python
141141
def gradient(x1, y1, x2, y2):

0 commit comments

Comments
 (0)