diff --git a/twilio/rest/resources/messages.py b/twilio/rest/resources/messages.py index 90779b1bc2..a554975268 100644 --- a/twilio/rest/resources/messages.py +++ b/twilio/rest/resources/messages.py @@ -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)