Skip to content

Commit 95068ed

Browse files
author
Bilal Al
committed
polish
1 parent 21f15c3 commit 95068ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splitio/models/grammar/matchers/semver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ def _compare_vars(self, var1, var2):
144144
return -1
145145

146146
class EqualToSemverMatcher(Matcher):
147-
"""A matcher that always returns True."""
147+
"""A matcher for Semver equal to."""
148148

149149
def _build(self, raw_matcher):
150150
"""
151-
Build an AllKeysMatcher.
151+
Build an EqualToSemverMatcher.
152152
153153
:param raw_matcher: raw matcher as fetched from splitChanges response.
154154
:type raw_matcher: dict

0 commit comments

Comments
 (0)