Skip to content

Commit

Permalink
chore: improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 30, 2023
1 parent d70ecc3 commit 0a293bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_events/analytics/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a293bc

Please sign in to comment.