Skip to content

Commit 3512901

Browse files
committed
PR comments - formatting
1 parent 0ee5358 commit 3512901

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/examples/linkedin.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ command line interactive example below.
4040
>>> redirect_response = input('Paste the full redirect URL here:')
4141
4242
>>> # Fetch the access token
43-
>>> linkedin.fetch_token(token_url,client_secret=client_secret,include_client_id=True,authorization_response=redirect_response)
43+
>>> linkedin.fetch_token(token_url,client_secret=client_secret,
44+
... include_client_id=True,
45+
... authorization_response=redirect_response)
4446
4547
>>> # Fetch a protected resource, i.e. user profile
4648
>>> r = linkedin.get('https://api.linkedin.com/v2/me')

0 commit comments

Comments
 (0)