We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c13541 + 0aa5410 commit abc65a0Copy full SHA for abc65a0
python3/koans/about_iteration.py
@@ -49,7 +49,7 @@ def test_map_transforms_elements_of_a_list(self):
49
50
self.assertEqual(__, mapped_seq)
51
52
- # None, iterator methods actually return objects of iter type in
+ # Note, iterator methods actually return objects of iter type in
53
# python 3. In python 2 map() would give you a list.
54
55
def test_filter_selects_certain_items_from_a_list(self):
0 commit comments