8000 fix error in docs for <Queue> · rbarner14/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
< 4551 td data-grid-cell-id="diff-639d38c76a1c4ba9bd834fa8b31e212c3aad9ea5335f1d369bded50f4646edf8-509-509-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">509
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
509
"""
510510
GET = 'GET'
511511
POST = 'POST'

0 commit comments

Comments
 (0)
0