8000 Merge pull request #324 from remik/patch-1 · jstacoder/twilio-python@0c6d2b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c6d2b6

Browse files
authored
Merge pull request twilio#324 from remik/patch-1
Typo in README
2 parents 0013828 + 0b1737e commit 0c6d2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To control phone calls, your application needs to output
101101
Language"). Use `twilio.twiml.Response` to easily create such responses.
102102

103103
```python
104-
from twilio.twilio.voice_response import VoiceResponse
104+
from twilio.twiml.voice_response import VoiceResponse
105105

106106
r = VoiceResponse()
107107
r.say("Welcome to twilio!")

0 commit comments

Comments
 (0)
0