Skip to content

Commit

Permalink
Merge branch 'mnoman/log_event_notification' into rashid/forwarding_e…
Browse files Browse the repository at this point in the history
…vent_processor
  • Loading branch information
mariamjamal94 committed Sep 6, 2019
2 parents 3e40044 + 2582fb7 commit 41d44e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/event/log_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class LogEvent(object):
""" Representation of an event which can be sent to the Optimizely logging endpoint. """
""" Representation of an event which can be sent to Optimizely events API. """

def __init__(self, url, params, http_verb=None, headers=None):
self.url = url
Expand Down

0 comments on commit 41d44e6

Please sign in to comment.