8000 Fix line length · kanzure/twilio-python@ca7814a · GitHub
[go: up one dir, main page]

Skip to content

Commit ca7814a

Browse files
committed
Fix line length
1 parent 3508e83 commit ca7814a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

twilio/twiml.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,12 @@ def __init__(self, text, **kwargs):
240240
class Play(Verb):
241241
"""Play DTMF digits or audio from a URL.
242242
243-
:param str url: point to af audio file. The MIME type on the file must be set
244-
correctly. Either `url` or `digits` must be specified.
243+
:param str url: point to af audio file. The MIME type on the file must be
244+
set correctly. Either `url` or `digits` must be specified.
245245
246-
:param str digits: a string of digits to play. To pause before playing digits,
247-
use leading 'w' characters. Each 'w' will cause Twilio to
248-
wait 0.5 seconds instead of playing a digit.
246+
:param str digits: a string of digits to play. To pause before playing
247+
digits, use leading 'w' characters. Each 'w' will cause
248+
Twilio to wait 0.5 seconds instead of playing a digit.
249249
Either `url` or `digits` must be specified.
250250
251251
:param int loop: specifies how many times you'd like the text repeated.

0 commit comments

Comments
 (0)
0