Skip to content

Commit aeb872c

Browse files
committed
Merge branch 'rashid/forwarding_event_processor' into rashid/closeable_optimizely
2 parents 1916fc3 + 41d44e6 commit aeb872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/event/log_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

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

1818
def __init__(self, url, params, http_verb=None, headers=None):
1919
self.url = url

0 commit comments

Comments
 (0)