Skip to content

Commit

Permalink
Merge pull request #611 from themousepotato/potato-patch
Browse files Browse the repository at this point in the history
fixes #610
  • Loading branch information
thinkingserious authored Oct 1, 2018
2 parents 84f7cf2 + aba7f04 commit 308c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ print(response.body)
print(response.headers)
```

The `Mail` constructor creates a [personalization object](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/personalizations.html) for you. [Here](https://github.com/sendgrid/sendgrid-python/blob/master/examples/helpers/mail/mail_example.py#L16) is an example of how to add it.
The `Mail` constructor creates a [personalization object](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/personalizations.html) for you. [Here](https://github.com/sendgrid/sendgrid-python/blob/master/examples/helpers/mail_example.py#L16) is an example of how to add it.

### Without Mail Helper Class

Expand Down

0 comments on commit 308c19e

Please sign in to comment.