We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be8b8f + dbe6823 commit 0dbcad1Copy full SHA for 0dbcad1
1 file changed
customerio/client_base.py
@@ -36,7 +36,7 @@ def send_request(self, method, url, data):
36
except Exception as e:
37
# Raise exception alerting user that the system might be
38
# experiencing an outage and refer them to system status page.
39
- message = '''Failed to receive valid reponse after {count} retries.
+ message = '''Failed to receive valid response after {count} retries.
40
Check system status at http://status.customer.io.
41
Last caught exception -- {klass}: {message}
42
'''.format(klass=type(e), message=e, count=self.retries)
0 commit comments