@@ -33,8 +33,8 @@ Finding numbers to buy couldn't be easier. We first search for a number in area
33
33
Toll Free Numbers
34
34
^^^^^^^^^^^^^^^^^^^^^^^^
35
35
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.
38
38
39
39
.. code-block :: python
40
40
@@ -60,8 +60,9 @@ You can use the ''*'' wildcard to match any character. The following example fin
60
60
International Numbers
61
61
^^^^^^^^^^^^^^^^^^^^^^^^^^
62
62
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.
65
66
66
67
.. code-block :: python
67
68
@@ -73,12 +74,12 @@ Set :data:`country` keyword to your country code of choice to search for interna
73
74
- :data: `region `: When searching the US, show numbers in this state
74
75
- :data: `postal_code `: Only show numbers in this area code
75
76
- :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 .
77
78
- :data: `distance `: Search radius for a Near- query in miles.
78
79
79
80
The `AvailablePhoneNumbers REST Resource
80
81
<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.
82
83
83
84
Buying a Number
84
85
---------------
0 commit comments