diff --git a/edx_name_affirmation/api.py b/edx_name_affirmation/api.py index 6d134f4..0e3e3a5 100644 --- a/edx_name_affirmation/api.py +++ b/edx_name_affirmation/api.py @@ -19,7 +19,7 @@ def is_verified_name_enabled(): """ - For callers with direct toggle import to ask if the verified name feature is enabled. + For callers without direct toggle import available to ask if the verified name feature is enabled. Since this uses edx_toggles it expects to be called while servicing a request and will check the cached results.