Skip to content

Commit c07651e

Browse files
committed
polish
1 parent a64a06e commit c07651e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

splitio/storage/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ def get_change_number(self):
397397
@abc.abstractmethod
398398
def contains(self, segment_names):
399399
"""
400-
Return whether the traffic type exists in at least one rule based segment in cache.
400+
Return whether the segments exists in rule based segment in cache.
401401
402-
:param traffic_type_name: Traffic type to validate.
403-
:type traffic_type_name: str
402+
:param segment_names: segment name to validate.
403+
:type segment_names: str
404404
405-
:return: True if the traffic type is valid. False otherwise.
405+
:return: True if segment names exists. False otherwise.
406406
:rtype: bool
407407
"""
408408
pass

0 commit comments

Comments
 (0)