8000 Minor typo tweaks · ryanhorn/twilio-python@8ac4d01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ac4d01

Browse files
author
Kevin Burke
committed
Minor typo tweaks
1 parent dda8868 commit 8ac4d01

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/usage/phone-numbers.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Finding numbers to buy couldn't be easier. We first search for a number in area
3333
Toll Free Numbers
3434
^^^^^^^^^^^^^^^^^^^^^^^^
3535

36-
By default, :meth:`PhoneNumbers.search` looks for local phone numbers. Set :data:`type` to
37-
``tollfree`` to search toll-free numbers instead.
36+
By default, :meth:`PhoneNumbers.search` looks for local phone numbers. Add a
37+
:data:`type` : ``tollfree`` parameter to search toll-free numbers instead.
3838

3939
.. code-block:: python
4040
@@ -60,8 +60,9 @@ You can use the ''*'' wildcard to match any character. The following example fin
6060
International Numbers
6161
^^^^^^^^^^^^^^^^^^^^^^^^^^
6262

63-
By default, Phone number search is looking for US-based numbers.
64-
Set :data:`country` keyword to your country code of choice to search for international numbers.
63+
By default, the client library will look for US numbers. Set the
64+
:data:`country` keyword to a country code of your choice to search for
65+
international numbers.
6566

6667
.. code-block:: python
6768
@@ -73,12 +74,12 @@ Set :data:`country` keyword to your country code of choice to search for interna
7374
- :data:`region`: When searching the US, show numbers in this state
7475
- :data:`postal_code`: Only show numbers in this area code
7576
- :data:`rate_center`: US only.
76-
- :data:`near_lat_long`: Find close numbers within Distance miles.
77+
- :data:`near_lat_long`: Find numbers near this latitude and longitude.
7778
- :data:`distance`: Search radius for a Near- query in miles.
7879

7980
The `AvailablePhoneNumbers REST Resource
8081
<http://www.twilio.com/docs/api/rest/available-phone-numbers>`_ documentation
81-
also documents the various search options.
82+
has more information on the various search options.
8283

8384
Buying a Number
8485
---------------

0 commit comments

Comments
 (0)
0