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 9432513 commit 522832dCopy full SHA for 522832d
twilio/twiml.py
@@ -423,7 +423,7 @@ class Queue(Verb):
423
424
:param name: friendly name for the queue
425
:param url: url to a twiml document that executes after a call is dequeued
426
- and before the call is connected
+ and before the call is connected
427
:param method: HTTP method for url GET/POST
428
"""
429
GET = 'GET'
@@ -444,7 +444,7 @@ class Enqueue(Verb):
444
:param method: HTTP method for action GET/POST
445
:param wait_url: url to a twiml document that executes
446
while the call is on the queue
447
- :param wait_url_methid: HTTP method for wait_url GET/POST
+ :param wait_url_method: HTTP method for wait_url GET/POST
448
449
450
POST = 'POST'
0 commit comments