Skip to content

Commit 74e3914

Browse files
ciceropablohugovk
andauthored
Update koans/about_tuples.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 71bcff7 commit 74e3914

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)