Skip to content

Commit e91c6f1

Browse files
authored
fix: typo (getsentry#1120)
1 parent e2d0893 commit e91c6f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def setup_once():
5656
try:
5757
_patch_rediscluster()
5858
except Exception:
59-
logger.exception("Error occured while patching `rediscluster` library")
59+
logger.exception("Error occurred while patching `rediscluster` library")
6060

6161

6262
def patch_redis_client(cls):

0 commit comments

Comments
 (0)