Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Sphinx error for oauth1 fetch_token documentation #462

Merged
merged 1 commit into from Nov 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion requests_oauthlib/oauth1_session.py
Expand Up @@ -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
Expand Down