Skip to content

Commit

Permalink
PR comments - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroussard committed Feb 17, 2020
1 parent caccd2e commit feafa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/linkedin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ command line interactive example below.
>>> redirect_response = input('Paste the full redirect URL here:')
>>> # Fetch the access token
>>> linkedin.fetch_token(token_url,client_secret=client_secret,
>>> linkedin.fetch_token(token_url, client_secret=client_secret,
... include_client_id=True,
... authorization_response=redirect_response)
Expand Down

0 comments on commit feafa6d

Please sign in to comment.