From 74634e7ba6c45b411d51b46bb1cfa341dba10f1f Mon Sep 17 00:00:00 2001 From: Issa Jubril Date: Fri, 3 Sep 2021 17:43:51 +0100 Subject: [PATCH] Update automatic_user_loading.py --- examples/automatic_user_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/automatic_user_loading.py b/examples/automatic_user_loading.py index f45fe1b3..98bdee38 100644 --- a/examples/automatic_user_loading.py +++ b/examples/automatic_user_loading.py @@ -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).