Skip to content

Commit

Permalink
Merge pull request #508 from shucon/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Matt Bernier committed Nov 20, 2017
2 parents b847377 + 2e24155 commit 69f1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,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 to 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/mail_example.py#L16) is an example of how to add it.

### Without Mail Helper Class

Expand Down

0 comments on commit 69f1137

Please sign in to comment.