8000 Fixing documentation of phone number purchase parameter. · alexcchan/twilio-python@c2a1084 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2a1084

Browse files
committed
Fixing documentation of phone number purchase parameter.
1 parent 1ac0461 commit c2a1084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/phone-numbers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you've found a phone number you want, you can purchase the number.
9595
AUTH_TOKEN = "YYYYYYYYYYYYYYYYYY"
9696
9797
client = TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN)
98-
number = client.phone_numbers.purchase("+15305431234")
98+
number = client.phone_numbers.purchase(phone_number="+15305431234")
9999
100100
However, it's easier to p 3C96 urchase numbers after finding them using search (as
101101
shown in the first example).

0 commit comments

Comments
 (0)
0