8000 Updates against Sam's comments · twilio/twilio-python@81e06d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81e06d9

Browse files
author
Paul Hallett
committed
Updates against Sam's comments
- MMS availability link. - Wordsmithing.
1 parent fcc5dd1 commit 81e06d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/usage/caller-ids.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Caller Ids
88
Validate a Phone Number
99
-----------------------
1010

11-
Validating a phone number can be done with the Python helper library, the code block below provides a simple example.
11+
Validating a phone number can be done with the Python helper library.
12+
13+
The code block below provides a simple example.
1214

1315
.. code-block:: python
1416

docs/usage/messages.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Sending a Picture Message
4242

4343
To send a picture message (MMS), set :attr:`media_url` to the url of the picture you wish to send.
4444

45+
Don't forget to check the `availability of MMS in your area <https://www.twilio.com/mms>`_ before using this functionality.
46+
4547
.. code-block:: python
4648
4749
from twilio.rest import TwilioRestClient

0 commit comments

Comments
 (0)
0