Skip to content

Commit 2513d25

Browse files
committed
polish
1 parent cf54510 commit 2513d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/storage/redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MAX_TAGS = 10
1919

2020
class RedisSplitStorageBase(SplitStorage):
21-
"""Redis-based storage base for s."""
21+
"""Redis-based storage base for feature flags."""
2222

2323
_FEATURE_FLAG_KEY = 'SPLITIO.split.{feature_flag_name}'
2424
_FEATURE_FLAG_TILL_KEY = 'SPLITIO.splits.till'

0 commit comments

Comments
 (0)