8000 fix error in docs for <Queue> · gregeinfrank/twilio-python@a1878e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1878e8

Browse files
author
Doug Black
committed
fix error in docs for <Queue>
1 parent 75721c5 commit a1878e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twilio/twiml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,9 @@ class Enqueue(Verb):
503503
leaves the queue. When dequeued via a <Dial> verb,
504504
this url is executed after the bridged parties disconnect
505505
:param method: HTTP method for action GET/POST
506-
:param wait_url: url to a twiml document that executes
506+
:param waitUrl: url to a twiml document that executes
507507
while the call is on the queue
508-
:param wait_url_method: HTTP method for wait_url GET/POST
508+
:param waitUrlMethod: HTTP method for waitUrl GET/POST
509509
"""
510510
GET = 'GET'
511511
POST = 'POST'

0 commit comments

Comments
 (0)
0