Skip to content

Commit

Permalink
Merge pull request gregmalcolm#278 from ciceropablo/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpirnat authored Apr 11, 2023
2 parents 71bc330 + 74e3914 commit d797352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koans/about_tuples.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_tuple_constructor_can_be_surprising(self):

def test_creating_empty_tuples(self):
self.assertEqual(__ , ())
self.assertEqual(__ , tuple()) #Sometimes less confusing
self.assertEqual(__ , tuple()) # Sometimes less confusing

def test_tuples_can_be_embedded(self):
lat = (37, 14, 6, 'N')
Expand Down

0 comments on commit d797352

Please sign in to comment.