Skip to content

Commit 6fe88c7

Browse files
ticosaxvimalloc
authored andcommitted
Fix typo in docstring (#211)
1 parent 9168ded commit 6fe88c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_jwt_extended/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def create_refresh_token(identity, expires_delta=None):
136136
expiration. If this is None, it will use the
137137
'JWT_REFRESH_TOKEN_EXPIRES` config value
138138
(see :ref:`Configuration Options`)
139-
:return: An encoded access token
139+
:return: An encoded refresh token
140140
"""
141141
jwt_manager = _get_jwt_manager()
142142
return jwt_manager._create_refresh_token(identity, expires_delta)

0 commit comments

Comments
 (0)