summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/request_validator.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2022-02-24 02:07:49 +0100
committerGitHub <noreply@github.com>2022-02-24 07:07:49 +0600
commit2f887b5a070bf617a471c573ad52fb58251c61af (patch)
tree9b65a2611fbdb204a52a13a391c7fab3f16fdbb0 /oauthlib/oauth1/rfc5849/request_validator.py
parentd4bafd9f1d0eba3766e933b1ac598cbbf37b8914 (diff)
downloadoauthlib-2f887b5a070bf617a471c573ad52fb58251c61af.tar.gz
Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)
* Fix list of current features for 3.2.0 * Renamed travis-ci.org icon URLs * Force fixing the warnings in the docs generation * Removed unused folder reference * Added orphean documents into summary. * Fix docstring formatting example in contributing page. * Removed unused argument from documentation * Fix sphinx warning resulting in loss of formatting in RTD. * Force setuptools until https://github.com/pypa/setuptools/issues/3118 is fixed * Prevent linux redirection in travis instructions * Add graphviz/dot command to generate docs frmo Travis
Diffstat (limited to 'oauthlib/oauth1/rfc5849/request_validator.py')
-rw-r--r--oauthlib/oauth1/rfc5849/request_validator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/oauthlib/oauth1/rfc5849/request_validator.py b/oauthlib/oauth1/rfc5849/request_validator.py
index dc5bf0e..d8e4ee4 100644
--- a/oauthlib/oauth1/rfc5849/request_validator.py
+++ b/oauthlib/oauth1/rfc5849/request_validator.py
@@ -443,7 +443,7 @@ class RequestValidator:
:type request: oauthlib.common.Request
:returns: None
- Per `Section 2.3`__ of the spec:
+ Per `Section 2.3`_ of the spec:
"The server MUST (...) ensure that the temporary
credentials have not expired or been used before."
@@ -831,7 +831,7 @@ class RequestValidator:
"""Associate an authorization verifier with a request token.
:param token: A request token string.
- :param verifier A dictionary containing the oauth_verifier and
+ :param verifier: A dictionary containing the oauth_verifier and
oauth_token
:param request: OAuthlib request.
:type request: oauthlib.common.Request