8000 s/make/create · michaelhelmick/twilio-python@24a1829 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24a1829

Browse files
author
Kevin Burke
committed
s/make/create
1 parent 1a50001 commit 24a1829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Making a Call
1616
AUTH_TOKEN = "YYYYYYYYYYYYYYYYYY"
1717
1818
client = TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN)
19-
call = client.calls.make(to="9991231234", from_="9991231234",
20-
url="http://foo.com/call.xml")
19+
call = client.calls.create(to="9991231234", from_="9991231234",
20+
url="http://foo.com/call.xml")
2121
print call.length
2222
print call.sid
2323

0 commit comments

Comments
 (0)
0