Fix typo in comment (#22121)

This commit is contained in:
Robert Raposa
2019-10-22 17:04:42 -04:00
committed by GitHub
parent 384c44402e
commit 8c9d63ef6c

View File

@@ -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):