Skip to content

Commit e58c004

Browse files
committed
whitespace change
1 parent 5fcebf0 commit e58c004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/outlook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ a callback URL then you can try out the command line interactive example below.
3030
>>> redirect_response = input('Paste the full redirect URL here:')
3131
3232
>>> # Fetch the access token
33-
>>> token = outlook.fetch_token(token_url,client_secret=client_secret,authorization_response=redirect_response)
33+
>>> token = outlook.fetch_token(token_url, client_secret=client_secret, authorization_response=redirect_response)
3434
3535
>>> # Fetch a protected resource, i.e. calendar information
3636
>>> o = outlook.get('https://outlook.office.com/api/v1.0/me/calendars')

0 commit comments

Comments
 (0)