From 89032577aef00217fe3ee272a191c91cfb5191ed Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 23 Sep 2020 13:18:20 +0000 Subject: [PATCH] Fix existing typo in line I touched --- openedx/core/djangoapps/waffle_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/waffle_utils/__init__.py b/openedx/core/djangoapps/waffle_utils/__init__.py index 73d1c93308..8bbcbb263a 100644 --- a/openedx/core/djangoapps/waffle_utils/__init__.py +++ b/openedx/core/djangoapps/waffle_utils/__init__.py @@ -381,7 +381,7 @@ def _get_waffle_flag_custom_attributes_set(): # .. toggle_name: WAFFLE_FLAG_CUSTOM_ATTRIBUTES # .. toggle_implementation: DjangoSetting # .. toggle_default: False -# .. toggle_description: A list of waffle flag to track with custom attributes having +# .. toggle_description: A list of waffle flags to track with custom attributes having # values of (True, False, or Both). # .. toggle_use_cases: opt_in # .. toggle_creation_date: 2020-06-17