Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 50736ac

Browse files
author
Alexander Dutton
committed
Fix typo ("responed" → "responded")
1 parent d2176d8 commit 50736ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raven/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def _failed_send(self, exc, url, data):
520520
if isinstance(exc, RateLimited):
521521
retry_after = exc.retry_after
522522
self.error_logger.error(
523-
'Sentry responed with an API error: %s(%s)', type(exc).__name__, exc.message)
523+
'Sentry responded with an API error: %s(%s)', type(exc).__name__, exc.message)
524524
else:
525525
self.error_logger.error(
526526
'Sentry responded with an error: %s (url: %s)\n%s',

0 commit comments

Comments
 (0)