Skip to content

Commit 2cbc647

Browse files
Update splitio/storage/pluggable.py
Co-authored-by: Emiliano Sanchez <[email protected]>
1 parent 4d8327c commit 2cbc647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/storage/pluggable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_LOGGER = logging.getLogger(__name__)
1616

1717
class PluggableRuleBasedSegmentsStorageBase(RuleBasedSegmentsStorage):
18-
"""RedPluggable storage for rule based segments."""
18+
"""Pluggable storage for rule based segments."""
1919

2020
_TILL_LENGTH = 4
2121

0 commit comments

Comments
 (0)