8000 Merge pull request #231 from twilio/fix-lat-long-doc · rbachman/twilio-python@49ff0b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49ff0b5

Browse files
committed
Merge pull request twilio#231 from twilio/fix-lat-long-doc
Change near_lat_long to be formatted string
2 parents cf5a8b7 + e13a621 commit 49ff0b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twilio/rest/resources/phone_numbers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ def search(self, **kwargs):
325325
:param str region: When searching the US, show numbers in this state
326326
:param str postal_code: Only show numbers in this area code
327327
:param str rate_center: US only.
328-
:param tuple near_lat_long: Find close numbers within Distance miles.
328+
:param str near_lat_long: Find close numbers within Distance miles.
329+
Should be string of format "{lat},{long}"
329330
:param integer distance: Search radius for a Near- query in miles.
330331
:param boolean beta: Whether to include numbers new to the Twilio
331332
platform.

0 commit comments

Comments
 (0)
0