Skip to content

Commit 0dbcad1

Browse files
authored
Merge pull request #82 from customerio/spelling_reponse
fix spelling goof
2 parents 6be8b8f + dbe6823 commit 0dbcad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

customerio/client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def send_request(self, method, url, data):
3636
except Exception as e:
3737
# Raise exception alerting user that the system might be
3838
# experiencing an outage and refer them to system status page.
39-
message = '''Failed to receive valid reponse after {count} retries.
39+
message = '''Failed to receive valid response after {count} retries.
4040
Check system status at http://status.customer.io.
4141
Last caught exception -- {klass}: {message}
4242
'''.format(klass=type(e), message=e, count=self.retries)

0 commit comments

Comments
 (0)