Skip to content

Commit abc65a0

Browse files
committed
Merge pull request gregmalcolm#108 from Charlotteis/patch-1
Minor spelling change for about_iteration.py
2 parents 0c13541 + 0aa5410 commit abc65a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/koans/about_iteration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_map_transforms_elements_of_a_list(self):
4949

5050
self.assertEqual(__, mapped_seq)
5151

52-
# None, iterator methods actually return objects of iter type in
52+
# Note, iterator methods actually return objects of iter type in
5353
# python 3. In python 2 map() would give you a list.
5454

5555
def test_filter_selects_certain_items_from_a_list(self):

0 commit comments

Comments
 (0)