Skip to content

Commit

Permalink
Corrected comment wording in get functions for events.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-inside-man committed Jun 25, 2021
1 parent 334e070 commit 54e9f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimizely/optimizely_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54e9f3a

Please sign in to comment.