Skip to content

Commit 308c19e

Browse files
Merge pull request sendgrid#611 from themousepotato/potato-patch
fixes sendgrid#610
2 parents 84f7cf2 + aba7f04 commit 308c19e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ print(response.body)
105105
print(response.headers)
106106
```
107107

108-
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.
108+
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.
109109

110110
### Without Mail Helper Class
111111

0 commit comments

Comments
 (0)