8000 fixed typo in play verb docstring · Web5design/twilio-python@9cbe91d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cbe91d

Browse files
author
Daniel E Leinker
committed
fixed typo in play verb docstring
1 parent 65c2ced commit 9cbe91d

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
@@ -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