8000 Update twilio/rest/resources.py · twilio/twilio-python@cc8ac6f · GitHub
[go: up one dir, main page]

Skip to content

Commit cc8ac6f

Browse files
committed
Update twilio/rest/resources.py
Correct the type of parameter "country" in docs.
1 parent f5140c2 commit cc8ac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def purchase(self, status_callback_url=None, **kwargs):
875875
def search(self, **kwargs):
876876
"""
877877
:param type: The type of phone number to search for.
878-
:param integer country: Either "US" or "CA". Defaults to "US"
878+
:param string country: Either "US" or "CA". Defaults to "US"
879879
:param string region: When searching the US, show numbers in this state
880880
:param string postal_code: Only show numbers in this area code
881881
:param string rate_center: US only.

0 commit comments

Comments
 (0)
0