10000
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.
2 parents 9c9fae2 + 9cbe91d commit 57ca138Copy full SHA for 57ca138
twilio/twiml.py
@@ -215,7 +215,7 @@ class Say(Verb):
215
216
:param loop: specifies how many times you'd like the text repeated.
217
Specifying '0' will cause the the :class:`Say` verb to loop
218
- until the call is hung up.
+ until the call is hung up. Defaults to 1.
219
"""
220
MAN = 'man'
221
WOMAN = 'woman'
@@ -238,7 +238,7 @@ class Play(Verb):
238
correctly.
239
240
241
- Specifying '0' will cause the the :class:`Say` verb to loop
+ Specifying '0' will cause the the :class:`Play` verb to loop
242
until the call is hung up. Defaults to 1.
243
244
def __init__(self, url, **kwargs):
0 commit comments