Skip to content

Commit 3f0f9f1

Browse files
update xomment to reflect experiments_map instead of camelcaps.
1 parent 33589d7 commit 3f0f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/optimizely_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, revision, experiments_map, features_map, datafile=None,
2323
audiences=None):
2424
self.revision = revision
2525

26-
# This experimentsMap is for experiments of legacy projects only.
26+
# This experiments_map is for experiments of legacy projects only.
2727
# For flag projects, experiment keys are not guaranteed to be unique
2828
# across multiple flags, so this map may not include all experiments
2929
# when keys conflict.

0 commit comments

Comments
 (0)