Skip to content

Commit

Permalink
Fix typo in docstring (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax authored and vimalloc committed Dec 4, 2018
1 parent 9168ded commit 6fe88c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_jwt_extended/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def create_refresh_token(identity, expires_delta=None):
expiration. If this is None, it will use the
'JWT_REFRESH_TOKEN_EXPIRES` config value
(see :ref:`Configuration Options`)
:return: An encoded access token
:return: An encoded refresh token
"""
jwt_manager = _get_jwt_manager()
return jwt_manager._create_refresh_token(identity, expires_delta)
Expand Down

0 comments on commit 6fe88c7

Please sign in to comment.