8000 Change near_lat_long to be formatted string, fixes #216 · jorgesleonel/twilio-python@e13a621 · GitHub
[go: up one dir, main page]

Skip to content

Commit e13a621

Browse files
author
Carlos Diaz-Padron
committed
Change near_lat_long to be formatted string, fixes twilio#216
1 parent cf5a8b7 commit e13a621

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