Skip to content

Commit bd5829e

Browse files
committed
updated comment in models.grammer.condition
1 parent 4e2b33a commit bd5829e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splitio/models/grammar/condition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class ConditionType(Enum):
14-
"""Split possible condition types."""
14+
"""Feature Flag possible condition types."""
1515

1616
WHITELIST = 'WHITELIST'
1717
ROLLOUT = 'ROLLOUT'
@@ -112,7 +112,7 @@ def from_raw(raw_condition):
112112
"""
113113
Parse a condition from a JSON portion of splitChanges.
114114
115-
:param raw_condition: JSON object extracted from a split's conditions array.
115+
:param raw_condition: JSON object extracted from a feature flag's conditions array.
116116
:type raw_condition: dict
117117
118118
:return: A condition object.

0 commit comments

Comments
 (0)