diff --git a/docs/examples/outlook.rst b/docs/examples/outlook.rst index e55774a4..850841fd 100644 --- a/docs/examples/outlook.rst +++ b/docs/examples/outlook.rst @@ -1,5 +1,5 @@ Outlook Calendar OAuth 2 Tutorial -========================== +================================= Create a new web application client in the `Microsoft Application Registration Portal`_ When you have obtained a ``client_id``, ``client_secret`` and registered diff --git a/requests_oauthlib/oauth1_session.py b/requests_oauthlib/oauth1_session.py index aa17f28f..88f2853c 100644 --- a/requests_oauthlib/oauth1_session.py +++ b/requests_oauthlib/oauth1_session.py @@ -268,7 +268,7 @@ def fetch_request_token(self, url, realm=None, **request_kwargs): :param url: The request token endpoint URL. :param realm: A list of realms to request access to. :param \*\*request_kwargs: Optional arguments passed to ''post'' - function in ''requests.Session'' + function in ''requests.Session'' :returns: The response in dict format. Note that a previously set callback_uri will be reset for your