Skip to content

Commit 0cdcb2c

Browse files
author
John P. Kennedy
committed
Fix typo
1 parent 717287b commit 0cdcb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/helpers/mail/email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
html_entity_decode = __html_parser__.unescape
1919

2020
try:
21-
basestring = unicode
21+
basestring = basestring
2222
except NameError:
2323
# Define basestring when Python >= 3.0
2424
basestring = str

0 commit comments

Comments
 (0)