From 54e9f3a460b0b3fc276ba09750a45c824def45ba Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Fri, 25 Jun 2021 15:59:14 -0400 Subject: [PATCH] Corrected comment wording in get functions for events. --- optimizely/optimizely_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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