sendgrid / docs

Repository of Twilio SendGrid's product documentation.
https://sendgrid.com/docs
MIT License
236 stars 967 forks source link

Missing closed paren #6538

Closed philipkiely closed 3 years ago

philipkiely commented 3 years ago

Expected content

content = Content("text/plain", "and easy to do anywhere, even with Python")

Actual content

content = Content("text/plain", "and easy to do anywhere, even with Python"

Note the missing close paren

Link to page:

https://sendgrid.com/docs/for-developers/sending-email/quickstart-python/

Whatthefoxsays commented 3 years ago

Hi @philipkiely,

My teammate fixed this issue, but I don't have the PR to link directly. I promise it's fixed though!

Thanks for taking the time to reach out!