8000 :s/statsus/status · michaelhelmick/twilio-python@1a50001 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a50001

Browse files
author
Kevin Burke
committed
:s/statsus/status
1 parent 79c317c commit 1a50001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/phone-calls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The :class:`Call` resource makes it easy to find current live calls and redirect
7575
from twilio.rest.resources import Call
7676
7777
client = TwilioRestClient()
78-
calls = client.calls.list(statsus=Call.IN_PROGRESS)
78+
calls = client.calls.list(status=Call.IN_PROGRESS)
7979
for c in calls:
8080
c.route("http://foo.com/new.xml", method="POST")
8181

0 commit comments

Comments
 (0)
0