Skip to content

Commit

Permalink
Merge pull request gregmalcolm#171 from ldronkers/typo
Browse files Browse the repository at this point in the history
Typo in specfied fix
  • Loading branch information
gregmalcolm authored Feb 13, 2018
2 parents ff7e4ab + 7d81041 commit e7ffc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python2/koans/about_triangle_project2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AboutTriangleProject2(Koan):
# The first assignment did not talk about how to handle errors.
# Let's handle that part now.
def test_illegal_triangles_throw_exceptions(self):
# In the code below, each line calls the specfied method with the arguments passed to it.
# In the code below, each line calls the specified method with the arguments passed to it.
# E.g. this line:
# self.assertRaises(TriangleError, triangle, 0, 0, 0)
# calls triangle(0, 0, 0)
Expand Down

0 comments on commit e7ffc98

Please sign in to comment.