Skip to content

Commit e7ffc98

Browse files
authored
Merge pull request gregmalcolm#171 from ldronkers/typo
Typo in specfied fix
2 parents ff7e4ab + 7d81041 commit e7ffc98

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)