Skip to content

Commit

Permalink
Merge branch 'linkedin-compliance-removal' of https://github.com/requ…
Browse files Browse the repository at this point in the history
…ests/requests-oauthlib into linkedin-compliance-removal
  • Loading branch information
jtroussard committed Feb 17, 2020
2 parents 3512901 + b390aae commit caccd2e
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 @@ -34,7 +34,7 @@ command line interactive example below.
>>> # Redirect user to LinkedIn for authorization
>>> authorization_url, state = linkedin.authorization_url(authorization_base_url)
>>> print("Please go here and authorize, {}".format(authorization_url))
>>> print(f"Please go here and authorize: {authorization_url}")
>>> # Get the authorization verifier code from the callback url
>>> redirect_response = input('Paste the full redirect URL here:')
Expand Down

0 comments on commit caccd2e

Please sign in to comment.