8000 clarified say verb docstring · Stackdriver/twilio-python@65c2ced · 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 65c2ced

Browse files
author
Daniel E Leinker
committed
clarified say verb docstring
1 parent 9c9fae2 commit 65c2ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/twiml.py

Lines changed: 1 addition & 1 deletion
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'

0 commit comments

Comments
 (0)
0