IPGP/scientific_python_cheat_sheet

Fix sheet.md

Closed this issue · 1 comments

Sets:
'5 in {1, 2, 3} # true if 5 not in set'
must be
'5 not in {1, 2, 3} # true if 5 not in set'

thanks for pointing this issue. It's corrected.