Skip to content

Commit d724f95

Browse files
.
1 parent 571910d commit d724f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, max_data_size=_DEFAULT_MAX_DATA_SIZE, cache_prefixes=None):
2424

2525
if max_data_size is not None:
2626
warnings.warn(
27-
"The `max_data_size` parameter of the `RedisIntegration() constructor is"
27+
"The `max_data_size` parameter of `RedisIntegration` is "
2828
"deprecated and will be removed in version 3.0 of sentry-sdk.",
2929
DeprecationWarning,
3030
stacklevel=2,

0 commit comments

Comments
 (0)