added updated version of oauthlib
[twitter-api-cdsw] / oauthlib / oauth1 / rfc5849 / request_validator.py
index e722029b629717e4f49d2408aacdeb4b7589d3c3..30a36948083e6f5e7d7e57588cb8725bbbec2386 100644 (file)
@@ -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:
 

Benjamin Mako Hill || Want to submit a patch?