Skip to content

Commit 073fd38

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

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
@@ -23,7 +23,7 @@ The `Content` class takes mainly two parameters: MIME type and the actual conten
2323
```
2424
mail = Mail(from_email, subject, to_email, content)
2525
```
26-
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.
26+
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.
2727
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

0 commit comments

Comments
 (0)