Skip to content

Commit 2582fb7

Browse files
committed
Merge branch 'mnoman/AddBatchEP' into mnoman/log_event_notification
2 parents 9630139 + a89a5bf commit 2582fb7

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)