Skip to content

Commit

Permalink
Fix phone call -> message copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkerton committed Feb 21, 2016
1 parent 26ecc6d commit c59214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio/rest/resources/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def create(self, from_=None, **kwargs):
:param status_callback: A URL that Twilio will POST to when
your message is processed.
:param str application_sid: The 34 character sid of the application
Twilio should use to handle this phone call.
Twilio should use to handle this message.
"""
kwargs["from"] = from_
return self.create_instance(kwargs)
Expand Down

0 comments on commit c59214a

Please sign in to comment.