From 83cfa1d58b330b10079ab298d9824f3fd56104e3 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 17 Oct 2025 13:21:06 -0400 Subject: [PATCH] docs: Apply suggestion from @kdmccormick Co-authored-by: Kyle McCormick --- .../rest_api/v1/serializers/course_waffle_flags.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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