8000 Remove incorrect documentation · Web5design/twilio-python@cd5fced · GitHub
[go: up one dir, main page]

Skip to content

Commit cd5fced

Browse files
committed
Remove incorrect documentation
1 parent 09d4217 commit cd5fced

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

docs/api/twiml.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,3 @@ Nouns
5454

5555
.. autoclass:: twilio.twiml.Client
5656
:members:
57-
58-
Constants
59-
~~~~~~~~~
60-
61-
Many TwiML verbs accept only certain values for specific attributes, such as
62-
:data:`MAN` and :data:`WOMAN` for voices.
63-
64-
Voices
65-
>>>>>>
66-
.. data:: MAN
67-
.. data:: WOMAN
68-
69-
Languages
70-
>>>>>>>>>
71-
.. data:: ENGLISH
72-
.. data:: SPANISH
73-
.. data:: FRENCH
74-
.. data:: GERMAN
75-
76-
HTTP Method
77-
>>>>>>>>>>>
78-
.. data:: GET
79-
.. data:: POST
80-
81-
Rejection Reasons
82-
>>>>>>>>>>>>>>>>>
83-
.. data:: REJECTED
84-
.. data:: BUSY

twilio/twiml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class Dial(Verb):
368368
369369
:param action: submit the result of the dial to this URL
370370
:param method: submit to 'action' url using GET or POST
371-
:param time timeout: The number of seconds to waits for the called
371+
:param int timeout: The number of seconds to waits for the called
372372
party to answer the call
373373
:param bool hangupOnStar: Allow the calling party to hang up on the
374374
called party by pressing the '*' key

0 commit comments

Comments
 (0)
0