Skip to content

Commit 83cfa1d

Browse files
feanilkdmccormick
andcommitted
docs: Apply suggestion from @kdmccormick
Co-authored-by: Kyle McCormick <[email protected]>
1 parent ad4b054 commit 83cfa1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cms/djangoapps/contentstore/rest_api/v1/serializers/course_waffle_flags.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ def get_use_new_course_outline_page(self, obj):
117117
"""
118118
Method to get the use_new_course_outline_page switch
119119
120-
Always true, because the switch is being removed an the new experience
121-
should alawys be on.
120+
Always true, because the switch is being removed and the new experience
121+
should always be on. This function will be removed in
122+
https://github.com/openedx/edx-platform/issues/37497
122123
"""
123124
return True
124125

0 commit comments

Comments
 (0)