Skip to content

Commit

Permalink
tweak exchange_token docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber authored Jan 11, 2024
1 parent 79a13ac commit 83d9202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpsoauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def exchange_token(
client_sig: str = "38918a453d07199354f8b19af05ec6562ced5788",
) -> dict[str, str]:
"""
Exchanges a Web oauth_token for a master token
a Google account.
Exchanges a web oauth_token for a master token.
Return a dict, eg::
{
'Auth': '...',
Expand Down

0 comments on commit 83d9202

Please sign in to comment.