mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Fix typo in address.parse docstring #266

Open salty-horse opened 9 months ago

salty-horse commented 9 months ago

The example of address.parse('John Smith <john@smith.com') was missing the closing >. It doesn't parse without it.