Skip to content

Commit

Permalink
docs: fix incorrect event annotation (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap committed Mar 27, 2023
1 parent 2e2c3bd commit b3548b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_events/learning/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@


# .. event_type: org.openedx.learning.course.unenrollment.completed.v1
# .. event_name: COURSE_ENROLLMENT_CHANGED
# .. event_name: COURSE_UNENROLLMENT_COMPLETED
# .. event_description: emitted when the user's unenrollment process is completed.
# .. event_data: CourseEnrollmentData
COURSE_UNENROLLMENT_COMPLETED = OpenEdxPublicSignal(
Expand Down

0 comments on commit b3548b0

Please sign in to comment.