Skip to content

Commit c472e6b

Browse files
authored
Merge pull request #296 from kislyuk/patch-1
Fix docstring typo
2 parents a0938dc + df2691a commit c472e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests_oauthlib/oauth2_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, client_id=None, client=None, auto_refresh_url=None,
5757
:auto_refresh_kwargs: Extra arguments to pass to the refresh token
5858
endpoint.
5959
:token_updater: Method with one argument, token, to be used to update
60-
your token databse on automatic token refresh. If not
60+
your token database on automatic token refresh. If not
6161
set a TokenUpdated warning will be raised when a token
6262
has been refreshed. This warning will carry the token
6363
in its token argument.

0 commit comments

Comments
 (0)