Skip to content

Commit 182abbf

Browse files
authored
Merge pull request #163 from ramonsaraiva/fix-docs-typo
Fix small docs typo
2 parents 0c5b955 + 9acfddb commit 182abbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_jwt_extended/jwt_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def user_loader_callback_loader(self, callback):
299299
"""
300300
This decorator sets the callback function that will be called to
301301
automatically load an object when a protected endpoint is accessed.
302-
By default this is not is not used.
302+
By default this is not used.
303303
304304
The callback must take one argument which is the identity JWT accessing
305305
the protected endpoint, and it must return any object (which can then

0 commit comments

Comments
 (0)