rougier/numpy-100

P 31: missing '#' in line 8

sdoro opened this issue · 3 comments

sdoro commented

Thanks for your work

Thanks for the report. Can you detail where is the missing #?

sdoro commented

in

31. How to ignore all numpy warnings (not recommended)?

the line:

An equivalent way, with a context manager:

must start with a "#" as first char.

Thanks. Can you make a PR?