Skip to content

Commit 54e9f3a

Browse files
Corrected comment wording in get functions for events.
1 parent 334e070 commit 54e9f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimizely/optimizely_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_events(self):
6464
""" Get the events associated with OptimizelyConfig
6565
6666
returns:
67-
A list of attributes.
67+
A list of events.
6868
"""
6969
return self.events
7070

@@ -314,7 +314,7 @@ def get_attributes_map(self):
314314
return attributes_map
315315

316316
def get_events_map(self):
317-
""" Gets attributes map for the project config.
317+
""" Gets events map for the project config.
318318
319319
Returns:
320320
dict -- Event key, OptimizelyEvent map

0 commit comments

Comments
 (0)