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.
1 parent 5fcebf0 commit e58c004Copy full SHA for e58c004
docs/examples/outlook.rst
@@ -30,7 +30,7 @@ a callback URL then you can try out the command line interactive example below.
30
>>> redirect_response = input('Paste the full redirect URL here:')
31
32
>>> # Fetch the access token
33
- >>> token = outlook.fetch_token(token_url,client_secret=client_secret,authorization_response=redirect_response)
+ >>> token = outlook.fetch_token(token_url, client_secret=client_secret, authorization_response=redirect_response)
34
35
>>> # Fetch a protected resource, i.e. calendar information
36
>>> o = outlook.get('https://outlook.office.com/api/v1.0/me/calendars')
0 commit comments