8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c317c commit 1a50001Copy full SHA for 1a50001
docs/usage/phone-calls.rst
@@ -75,7 +75,7 @@ The :class:`Call` resource makes it easy to find current live calls and redirect
75
from twilio.rest.resources import Call
76
77
client = TwilioRestClient()
78
- calls = client.calls.list(statsus=Call.IN_PROGRESS)
+ calls = client.calls.list(status=Call.IN_PROGRESS)
79
for c in calls:
80
c.route("http://foo.com/new.xml", method="POST")
81
0 commit comments