Skip to content

Commit

Permalink
Update docs/examples/linkedin.rst
Browse files Browse the repository at this point in the history
First I'm seeing f strings. I've always been happy with format method, but I'll check the docs and give these a whirl.

Co-Authored-By: David Baumgold <[email protected]>
  • Loading branch information
jtroussard and singingwolfboy authored Feb 17, 2020
1 parent 0ee5358 commit b390aae
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 b390aae

Please sign in to comment.