docs: Apply suggestion from @kdmccormick
Co-authored-by: Kyle McCormick <kyle@axim.org>
This commit is contained in:
@@ -117,8 +117,9 @@ class CourseWaffleFlagsSerializer(serializers.Serializer):
|
||||
"""
|
||||
Method to get the use_new_course_outline_page switch
|
||||
|
||||
Always true, because the switch is being removed an the new experience
|
||||
should alawys be on.
|
||||
Always true, because the switch is being removed and the new experience
|
||||
should always be on. This function will be removed in
|
||||
https://github.com/openedx/edx-platform/issues/37497
|
||||
"""
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user