8000
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 d6c7c8a commit 2ab3ad7Copy full SHA for 2ab3ad7
twilio/rest/exceptions.py
@@ -43,7 +43,7 @@ def teal(words):
43
return u("\033[36m\033[49m%s\033[0m") % words
44
45
def get_uri(code):
46
- return "https://www.twilio.com/docs/errors/{}".format(code)
+ return "https://www.twilio.com/docs/errors/{0}".format(code)
47
48
# If it makes sense to print a human readable error message, try to
49
# do it. The one problem is that someone might catch this error and
0 commit comments