Skip to content

Commit

Permalink
Merge 4ece605 into ce21314
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Dec 27, 2017
2 parents ce21314 + 4ece605 commit 26d0281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_login/login_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def any_valid_func_name(user_id):
if self.user_callback is None:
raise Exception(
"No user_loader has been installed for this "
"LoginManager. Refer to"
"LoginManager. Refer to "
"https://flask-login.readthedocs.io/"
"en/latest/#how-it-works for more info.")
user = self.user_callback(user_id)
Expand Down

0 comments on commit 26d0281

Please sign in to comment.