[tor-commits] [bridgedb/master] Update ReCaptchaProtectedResouce docstring.
isis at torproject.org
isis at torproject.org
Sun Mar 16 19:04:57 UTC 2014
commit e16c237f9645ae55ce1c800dfe9bff088bcf7ac0
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Mar 4 08:34:08 2014 +0000
Update ReCaptchaProtectedResouce docstring.
---
lib/bridgedb/HTTPServer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index f525964..f0ca414 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -380,7 +380,7 @@ class ReCaptchaProtectedResource(CaptchaProtectedResource):
``'captcha_response_field'``. These POST arguments
should be obtained from :meth:`render_GET`.
:rtupe: bool
- :returns: XXX
+ :returns: True, if the CAPTCHA solution was valid; False otherwise.
"""
challenge, response = self.extractClientSolution(request)
clientIP = self.getClientIP(request)
More information about the tor-commits
mailing list