Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/automatic_user_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def user_identity_lookup(user):
return user.id


# Register a callback function that loades a user from your database whenever
# Register a callback function that loads a user from your database whenever
# a protected route is accessed. This should return any python object on a
# successful lookup, or None if the lookup failed for any reason (for example
# if the user has been deleted from the database).
Expand Down