Skip to content

Commit 682d7df

Browse files
Update examples/helpers/README.md
Co-Authored-By: tulikavijay <fictionfree54@gmail.com>
1 parent 073fd38 commit 682d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helpers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `Content` class takes mainly two parameters: MIME type and the actual conten
2424
mail = Mail(from_email, subject, to_email, content)
2525
```
2626
After adding the above we create a mail object using `Mail` class, it takes the following parameters: email address to send from, subject line of emails, email address to send to, content of the message.
27-
for more information on parameters and usage, see [here](https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/mail/mail.py)
27+
For more information on parameters and usage, see [here](https://github.com/sendgrid/sendgrid-python/blob/master/sendgrid/helpers/mail/mail.py)
2828

2929
### Creating Personalizations
3030

0 commit comments

Comments
 (0)