8000 Remove :class: from Readme · michaelhelmick/twilio-python@af1ec6b · GitHub
[go: up one dir, main page]

Skip to content

Commit af1ec6b

Browse files
committed
Remove :class: from Readme
1 parent b8f000b commit af1ec6b

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
@@ -25,7 +25,7 @@ print call.sid
2525

2626
### Generating TwiML
2727

28-
To control phone calls, your application need to output TwiML. Use :class:`twilio.twiml..Response` to easily create such responses.
28+
To control phone calls, your application need to output TwiML. Use `twilio.twiml..Response` to easily create such responses.
2929

3030
```python
3131
from twilio import twiml

0 commit comments

Comments
 (0)
0