Skip to content

Commit 7d81041

Browse files
Leo DronkersLeo Dronkers
authored andcommitted
Typo in specfied fix
1 parent 602498b commit 7d81041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python2/koans/about_triangle_project2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AboutTriangleProject2(Koan):
1111
# The first assignment did not talk about how to handle errors.
1212
# Let's handle that part now.
1313
def test_illegal_triangles_throw_exceptions(self):
14-
# In the code below, each line calls the specfied method with the arguments passed to it.
14+
# In the code below, each line calls the specified method with the arguments passed to it.
1515
# E.g. this line:
1616
# self.assertRaises(TriangleError, triangle, 0, 0, 0)
1717
# calls triangle(0, 0, 0)

0 commit comments

Comments
 (0)