Skip to content

Commit 6ccbe3d

Browse files
author
Issa Jubril
authored
Update automatic_user_loading.py (#448)
1 parent 94a78d5 commit 6ccbe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/automatic_user_loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def user_identity_lookup(user):
4040
return user.id
4141

4242

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

0 commit comments

Comments
 (0)