8000 Fix phone call -> message copypasta · BioComputing/twilio-python@c59214a · GitHub
[go: up one dir, main page]

Skip to content

Commit c59214a

Browse files
committed
Fix phone call -> message copypasta
1 parent 26ecc6d commit c59214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create(self, from_=None, **kwargs):
116116
:param status_callback: A URL that Twilio will POST to when
117117
your message is processed.
118118
:param str application_sid: The 34 character sid of the application
119-
Twilio should use to handle this phone call.
119+
Twilio should use to handle this message.
120120
"""
121121
kwargs["from"] = from_
122122
return self.create_instance(kwargs)

0 commit comments

Comments
 (0)
0