We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ede23 commit f25cd4aCopy full SHA for f25cd4a
README.md
@@ -101,7 +101,7 @@ To control phone calls, your application needs to output
101
Language"). Use `twilio.twiml.Response` to easily create such responses.
102
103
```python
104
-from twilio.twilio.voice_response import VoiceResponse
+from twilio.twiml.voice_response import VoiceResponse
105
106
r = VoiceResponse()
107
r.say("Welcome to twilio!")
0 commit comments