Skip to content

Commit 759abbb

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

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
@@ -18,7 +18,7 @@ You can use `Email` class to define a mail id.
1818
```
1919
content = Content("text/plain", "some text here")
2020
```
21-
The `Content` class takes mainly two parameters - MIME type and the actual content of the email, it then returns the JSON-ready representation of this Content.
21+
The `Content` class takes mainly two parameters: MIME type and the actual content of the email, it then returns the JSON-ready representation of this content.
2222

2323
```
2424
mail = Mail(from_email, subject, to_email, content)

0 commit comments

Comments
 (0)