We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3512901 + b390aae commit caccd2eCopy full SHA for caccd2e
docs/examples/linkedin.rst
@@ -34,7 +34,7 @@ command line interactive example below.
34
35
>>> # Redirect user to LinkedIn for authorization
36
>>> authorization_url, state = linkedin.authorization_url(authorization_base_url)
37
- >>> print("Please go here and authorize, {}".format(authorization_url))
+ >>> print(f"Please go here and authorize: {authorization_url}")
38
39
>>> # Get the authorization verifier code from the callback url
40
>>> redirect_response = input('Paste the full redirect URL here:')
0 commit comments