Skip to content

Commit

Permalink
Update lms/models/lms_course.py
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Tomilov <[email protected]>
  • Loading branch information
marcospri and mtomilov authored Jan 8, 2025
1 parent 801b6f1 commit 6fa8322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/models/lms_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LMSCourse(CreatedUpdatedMixin, Base):
"""URL for the Names and Roles endpoint, stored during launch to use it outside the launch context."""

starts_at: Mapped[datetime | None] = mapped_column()
"""The start date of the course. Only for when we get this information direclty from the LMS"""
"""The start date of the course. Only for when we get this information directly from the LMS"""

ends_at: Mapped[datetime | None] = mapped_column()
"""The end date of the course. Only for when we get this information direclty from the LMS"""
Expand Down

0 comments on commit 6fa8322

Please sign in to comment.