From 0a293bca0347c47b2c013767b7c58354fabfb535 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Mon, 30 Oct 2023 14:32:46 -0500 Subject: [PATCH] chore: improve docstring --- openedx_events/analytics/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx_events/analytics/data.py b/openedx_events/analytics/data.py index 86dae84e..0ec88b0a 100644 --- a/openedx_events/analytics/data.py +++ b/openedx_events/analytics/data.py @@ -16,8 +16,8 @@ class TrackingLogData: Data describing tracking log data. Arguments: - name (str): course name - timestamp (datetime): course start date + name (str): event name + timestamp (datetime): timestamp of the event data (str): json string representation of a dictionary with extra data (optional), e.g. {"course_id": "course-v1:edX+DemoX+Demo_Course"} context (dict): json string representation of a dictionary of context data