8000 fix: typo (#1120) · datalouder/sentry-python@e91c6f1 · GitHub
[go: up one dir, main page]

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

Commit e91c6f1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0