diff --git a/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py b/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py index 07d73cb90d..449429c9b8 100644 --- a/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py +++ b/cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py @@ -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