Skip to content

Commit d0b2c67

Browse files
Update splitio/storage/pluggable.py
Co-authored-by: Emiliano Sanchez <emiliano.sanchez@harness.io>
1 parent 2cbc647 commit d0b2c67

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
@@ -98,7 +98,7 @@ def get_large_segment_names(self):
9898
pass
9999

100100
class PluggableRuleBasedSegmentsStorage(PluggableRuleBasedSegmentsStorageBase):
101-
"""RedPluggable storage for rule based segments."""
101+
"""Pluggable storage for rule based segments."""
102102

103103
def __init__(self, pluggable_adapter, prefix=None):
104104
"""

0 commit comments

Comments
 (0)