Skip to content

Commit d797352

Browse files
authored
Merge pull request #278 from ciceropablo/patch-1
2 parents 71bc330 + 74e3914 commit d797352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koans/about_tuples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_tuple_constructor_can_be_surprising(self):
4747

4848
def test_creating_empty_tuples(self):
4949
self.assertEqual(__ , ())
50-
self.assertEqual(__ , tuple()) #Sometimes less confusing
50+
self.assertEqual(__ , tuple()) # Sometimes less confusing
5151

5252
def test_tuples_can_be_embedded(self):
5353
lat = (37, 14, 6, 'N')

0 commit comments

Comments
 (0)