We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2b33a commit bd5829eCopy full SHA for bd5829e
splitio/models/grammar/condition.py
@@ -11,7 +11,7 @@
11
12
13
class ConditionType(Enum):
14
- """Split possible condition types."""
+ """Feature Flag possible condition types."""
15
16
WHITELIST = 'WHITELIST'
17
ROLLOUT = 'ROLLOUT'
@@ -112,7 +112,7 @@ def from_raw(raw_condition):
112
"""
113
Parse a condition from a JSON portion of splitChanges.
114
115
- :param raw_condition: JSON object extracted from a split's conditions array.
+ :param raw_condition: JSON object extracted from a feature flag's conditions array.
116
:type raw_condition: dict
117
118
:return: A condition object.
0 commit comments