10000 Merge pull request #121 from dleinker/master · Web5design/twilio-python@57ca138 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57ca138

Browse files
author
Kevin Burke
committed
Merge pull request twilio#121 from dleinker/master
cleared up some minor docstring typos
2 parents 9c9fae2 + 9cbe91d commit 57ca138

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
@@ -215,7 +215,7 @@ class Say(Verb):
215215
216216
:param loop: specifies how many times you'd like the text repeated.
217217
Specifying '0' will cause the the :class:`Say` verb to loop
218-
until the call is hung up.
218+
until the call is hung up. Defaults to 1.
219219
"""
220220
MAN = 'man'
221221
WOMAN = 'woman'
@@ -238,7 +238,7 @@ class Play(Verb):
238238
correctly.
239239
240240
:param loop: specifies how many times you'd like the text repeated.
241-
Specifying '0' will cause the the :class:`Say` verb to loop
241+
Specifying '0' will cause the the :class:`Play` verb to loop
242242
until the call is hung up. Defaults to 1.
243243
"""
244244
def __init__(self, url, **kwargs):

0 commit comments

Comments
 (0)
0