jakevdp / WhirlwindTourOfPython

The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python"
Creative Commons Zero v1.0 Universal
3.73k stars 1.61k forks source link

Fix e-mail regular expression #15

Open gnramos opened 6 years ago

gnramos commented 6 years ago

Fixed e-mail RE to fit written description ("match any alphanumeric character or a period").