diff --git a/openedx/core/djangoapps/user_authn/exceptions.py b/openedx/core/djangoapps/user_authn/exceptions.py index d79b0094ad..b25cdf0e82 100644 --- a/openedx/core/djangoapps/user_authn/exceptions.py +++ b/openedx/core/djangoapps/user_authn/exceptions.py @@ -7,7 +7,7 @@ from openedx.core.djangolib.markup import Text class AuthFailedError(Exception): """ - This is a helper for the login view, allowing the various sub-methods to early out with an appropriate failure + This is a helper for the login view, allowing the various sub-methods to error out with an appropriate failure message. """ def __init__(self, value=None, redirect=None, redirect_url=None):