Skip to content

Commit d572678

Browse files
Merge pull request #319 from mbanerjeepalmer/patch-1
'Calender' -> 'Calendar' typo
2 parents c61c6fb + d61b23d commit d572678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/outlook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Outlook Calender OAuth 2 Tutorial
1+
Outlook Calendar OAuth 2 Tutorial
22
==========================
33

44
Create a new web application client in the `Microsoft Application Registration Portal`_
@@ -32,6 +32,6 @@ a callback URL then you can try out the command line interactive example below.
3232
>>> # Fetch the access token
3333
>>> token = outlook.fetch_token(token_url,client_secret=client_secret,authorization_response=redirect_response)
3434
35-
>>> # Fetch a protected resource, i.e. calender information
35+
>>> # Fetch a protected resource, i.e. calendar information
3636
>>> o = outlook.get('https://outlook.office.com/api/v1.0/me/calendars')
3737
>>> print o.content

0 commit comments

Comments
 (0)