Skip to content
Snippets Groups Projects
Commit b0285c14 authored by Troy Sankey's avatar Troy Sankey
Browse files

Fix typo in comment

parent f821e19f
No related merge requests found
......@@ -110,7 +110,7 @@ def get_user_course_expiration_date(user, course):
# for most people. Using the schedule date will provide flexibility to deal with
# more complex business rules in the future.
content_availability_date = enrollment.schedule.start_date
# We have anecdotally observed a case where the schedule.start was
# We have anecdotally observed a case where the schedule.start_date was
# equal to the course start, but should have been equal to the enrollment start
# https://openedx.atlassian.net/browse/PROD-58
# This section is meant to address that case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment