8000 various typo and updates · jlukanta/twilio-python@210f67a · GitHub
[go: up one dir, main page]

Skip to content

Commit 210f67a

Browse files
author
Kevin Burke
committed
various typo and updates
1 parent 480db43 commit 210f67a

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

docs/usage/accounts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ If it was just a misunderstanding, reenable their account.
7474
7575
Otherwise, close their account permanently.
7676

77-
.. warning::
78-
This action can't be undone.
79-
8077
.. code-block:: python
8178
8279
subaccount.close()
8380
81+
.. warning::
82+
This action can't be undone.
83+

docs/usage/conferences.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ because :class:`Participants` needs a participant sid AND a conference sid to
7171
access the participants resource.
7272

7373
Participants can be either muted or kicked out of the conference. The following
74-
code kicks out the first participants and mutes the rest.
74+
code kicks out the first participant and mutes the rest.
7575

7676
.. code-block:: python
7777

docs/usage/messages.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,3 @@ The :meth:`list` methods supports filtering on :attr:`to`, :attr:`from_`, and :a
7373
print message.body
7474
7575
76-
Short Codes
77-
--------------
78-
Not supported just yet, as `Twilio Short Code <http://www.twilio.com/sms/short-codes>`_
79-
is still in beta. You can sign up to be notified when short codes launch.

docs/usage/phone-calls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ resource to update the record without having to use :meth:`get` first.
138138
url="http://twimlets.com/holdmusic?Bucket=com.twilio.music.ambient",
139139
method="POST")
140140
141-
Handing up the call also works.
141+
Hanging up the call also works.
142142

143143
.. code-block:: python
144144

docs/usage/phone-numbers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ An :class:`Application` encapsulates all necessary URLs for use with phone numbe
101101
102102
See :doc:`/usage/applications` for instructions on updating and maintaining Applications.
103103

104-
Validate Caller Id
104+
Validate a Phone Number
105105
-----------------------
106-
Twilio Adding a new phone number to your validated numbers is quick and easy
106+
Validating a phone number is quick and easy.
107107

108108
.. code-block:: python
109109

0 commit comments

Comments
 (0)
0