rasbt/python_reference

Wrong iteration test

aigarius opened this issue · 1 comments

https://github.com/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb#L1118

this function and the next one are iterating over wrong parameter - listcompr instead of generator or generator_yield

Oooops, that is embarrassing! Thanks for letting me know, fixed it :)