Skip to content

Commit e56028b

Browse files
Update TROUBLESHOOTING.md
1 parent fe6ddc3 commit e56028b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TROUBLESHOOTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Click the "Clone or download" green button in [GitHub](https://github.com/sendgr
4545
To read the error message returned by SendGrid's API:
4646

4747
```python
48+
import urllib2
49+
4850
try:
4951
response = sg.client.mail.send.post(request_body=mail.get())
5052
except urllib2.HTTPError as e:
@@ -82,4 +84,4 @@ In most cases we recommend you download the latest version of the library, but i
8284

8385
If you are usring a [requirements file](https://pip.readthedocs.io/en/1.1/requirements.html), please use:
8486

85-
`sendgrid==X.X.X`
87+
`sendgrid==X.X.X`

0 commit comments

Comments
 (0)