From feafa6d6662a3264181195eb9e6304f26c0eeb4f Mon Sep 17 00:00:00 2001 From: jtroussard Date: Mon, 17 Feb 2020 15:55:43 -0500 Subject: [PATCH] PR comments - formatting --- docs/examples/linkedin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/linkedin.rst b/docs/examples/linkedin.rst index f64ae7af..71dd7331 100644 --- a/docs/examples/linkedin.rst +++ b/docs/examples/linkedin.rst @@ -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)