diff --git a/optimizely/optimizely_config.py b/optimizely/optimizely_config.py index e3e0774f..47dae824 100644 --- a/optimizely/optimizely_config.py +++ b/optimizely/optimizely_config.py @@ -64,7 +64,7 @@ def get_events(self): """ Get the events associated with OptimizelyConfig returns: - A list of attributes. + A list of events. """ return self.events @@ -314,7 +314,7 @@ def get_attributes_map(self): return attributes_map def get_events_map(self): - """ Gets attributes map for the project config. + """ Gets events map for the project config. Returns: dict -- Event key, OptimizelyEvent map