summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2015-08-11 15:35:50 -0400
committerjonathan vanasco <jonathan@2xlp.com>2015-08-11 15:35:50 -0400
commit372b686b8a24aae94101e56a9c042813ef23971e (patch)
tree28c7bb59403729910210ddb39e4c1720ba634ba5 /oauthlib/oauth1
parentdb40f9989545fc170960f692bedd3c8ba2cf0642 (diff)
downloadoauthlib-372b686b8a24aae94101e56a9c042813ef23971e.tar.gz
fixed docsting on `invalidate_request_token`
Diffstat (limited to 'oauthlib/oauth1')
-rw-r--r--oauthlib/oauth1/rfc5849/request_validator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth1/rfc5849/request_validator.py b/oauthlib/oauth1/rfc5849/request_validator.py
index e722029..30a3694 100644
--- a/oauthlib/oauth1/rfc5849/request_validator.py
+++ b/oauthlib/oauth1/rfc5849/request_validator.py
@@ -428,7 +428,7 @@ class RequestValidator(object):
:param client_key: The client/consumer key.
:param request_token: The request token string.
:param request: An oauthlib.common.Request object.
- :returns: The rsa public key as a string.
+ :returns: None
Per `Section 2.3`__ of the spec: