Skip to content

Commit

Permalink
Merge pull request #258 from Pinkerton/patch-1
Browse files Browse the repository at this point in the history
Fix phone call -> message copypasta
  • Loading branch information
carlosdp committed Feb 21, 2016
2 parents 26ecc6d + c59214a commit cbf00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio/rest/resources/messages.py
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 cbf00e8

Please sign in to comment.