Skip to content

Commit cc990a9

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

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
@@ -179,7 +179,7 @@ def get_segment_names(self):
179179
return None
180180

181181
class PluggableRuleBasedSegmentsStorageAsync(PluggableRuleBasedSegmentsStorageBase):
182-
"""RedPluggable storage for rule based segments."""
182+
"""Pluggable storage for rule based segments."""
183183

184184
def __init__(self, pluggable_adapter, prefix=None):
185185
"""

0 commit comments

Comments
 (0)