We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1916fc3 + 41d44e6 commit aeb872cCopy full SHA for aeb872c
optimizely/event/log_event.py
@@ -13,7 +13,7 @@
13
14
15
class LogEvent(object):
16
- """ 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. """
17
18
def __init__(self, url, params, http_verb=None, headers=None):
19
self.url = url
0 commit comments