We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bcff7 commit 74e3914Copy full SHA for 74e3914
koans/about_tuples.py
@@ -47,7 +47,7 @@ def test_tuple_constructor_can_be_surprising(self):
47
48
def test_creating_empty_tuples(self):
49
self.assertEqual(__ , ())
50
- self.assertEqual(__ , tuple()) # Sometimes less confusing
+ self.assertEqual(__ , tuple()) # Sometimes less confusing
51
52
def test_tuples_can_be_embedded(self):
53
lat = (37, 14, 6, 'N')
0 commit comments