We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff7e4ab + 7d81041 commit e7ffc98Copy full SHA for e7ffc98
1 file changed
python2/koans/about_triangle_project2.py
@@ -11,7 +11,7 @@ class AboutTriangleProject2(Koan):
11
# The first assignment did not talk about how to handle errors.
12
# Let's handle that part now.
13
def test_illegal_triangles_throw_exceptions(self):
14
- # 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.
15
# E.g. this line:
16
# self.assertRaises(TriangleError, triangle, 0, 0, 0)
17
# calls triangle(0, 0, 0)
0 commit comments