Skip to content

Commit 654ee24

Browse files
authored
Update README.rst
1 parent 4ce504a commit 654ee24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,11 @@ control group - there is no way to differentiate between these cases.
193193
You can also weight the experiments using the following techniques
194194

195195
::
196+
196197
alternative = participant(request).enroll('example_test', {'control': 99, 'v2': 1})
197198

198199
::
200+
199201
{% experiment example_test control 99 %}v2{% endexperiment %}
200202
{% experiment example_test v2 1 %}v2{% endexperiment %}
201203

0 commit comments

Comments
 (0)