Skip to content
Snippets Groups Projects
Unverified Commit 8c9d63ef authored by Robert Raposa's avatar Robert Raposa Committed by GitHub
Browse files

Fix typo in comment (#22121)

parent 384c4440
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment