8000 documentation fixes · Stackdriver/twilio-python@522832d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 522832d

Browse files
committed
documentation fixes
1 parent 9432513 commit 522832d

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
@@ -423,7 +423,7 @@ class Queue(Verb):
423423
424424
:param name: friendly name for the queue
425425
:param url: url to a twiml document that executes after a call is dequeued
426-
and before the call is connected
426+
and before the call is connected
427427
:param method: HTTP method for url GET/POST
428428
"""
429429
GET = 'GET'
@@ -444,7 +444,7 @@ class Enqueue(Verb):
444444
:param method: HTTP method for action GET/POST
445445
:param wait_url: url to a twiml document that executes
446446
while the call is on the queue
447-
:param wait_url_methid: HTTP method for wait_url GET/POST
447+
:param wait_url_method: HTTP method for wait_url GET/POST
448448
"""
449449
GET = 'GET'
450450
POST = 'POST'

0 commit comments

Comments
 (0)
0