Skip to content

Commit 6290d36

Browse files
committed
simplify wording
1 parent 1608a30 commit 6290d36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ldclient/evaluation.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ def reason(self) -> dict:
5454
* ``errorKind``: further describes the nature of the error if the kind was ``ERROR``,
5555
e.g. ``"FLAG_NOT_FOUND"``
5656
57-
* ``inExperiment``: True if the evaluation was part of an experiment. This is set when
58-
the evaluation resulted in the context being assigned to a variation that is part of a
59-
running experiment. This property is used by LaunchDarkly's Experimentation product to
60-
track experiment assignment events.
57+
* ``inExperiment``: This is true if the evaluation resulted in an experiment rollout and
58+
served one of the variations in the experiment. Otherwise it is false.
6159
6260
* ``bigSegmentsStatus``: describes the validity of Big Segment information, if and only if
6361
the flag evaluation required querying at least one Big Segment; otherwise it returns None.

0 commit comments

Comments
 (0)