8000 fix typo · Web5design/twilio-python@75defdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 75defdf

Browse files
author
Kevin Burke
committed
fix typo
1 parent 2ae0797 commit 75defdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def make_request(method, url, params=None, data=None, headers=None,
4545
elif isinstance(v, string_types):
4646
udata[key] = v.encode('utf-8')
4747
else:
48-
raise ValueError('data should be iinteger or binary or string')
48+
raise ValueError('data should be an integer, binary, or string')
4949
data = urlencode(udata)
5050

5151
if params is not None:

0 commit comments

Comments
 (0)
0