File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ Caller Ids
88Validate 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
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Sending a Picture Message
4242
4343To 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
You can’t perform that action at this time.
0 commit comments