Skip to content

Commit a81abdd

Browse files
author
childish-sambino
authored
Update send_a_single_email_to_a_single_recipient.md
1 parent c114681 commit a81abdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

use_cases/send_a_single_email_to_a_single_recipient.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ try:
1515
print(response.body)
1616
print(response.headers)
1717
except Exception as e:
18-
print(e.message)
19-
```
18+
print(e)
19+
```

0 commit comments

Comments
 (0)