Skip to content

Commit 3766c77

Browse files
author
Matt Bernier
authored
Merge pull request #34 from geomars/master
Add USAGE.md
2 parents 594131e + 3252a66 commit 3766c77

File tree

3 files changed

+395
-2
lines changed

3 files changed

+395
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install smtpapi
4646
from smtpapi import SMTPAPIHeader
4747
header = SMTPAPIHeader()
4848
header.add_to('[email protected]')
49-
print header.json_string()
49+
print(header.json_string())
5050
```
5151

5252
<a name="usage"></a>

0 commit comments

Comments
 (0)