[tor-commits] [bridgedb/develop] Fix indentation level in method docstring.

isis at torproject.org isis at torproject.org
Sat Feb 1 23:57:39 UTC 2014


commit 2bd2c85ef5fee1381a469839498c4d8384d78067
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun Jan 26 05:42:05 2014 +0000

    Fix indentation level in method 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 ddb1812..3bffe81 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -112,7 +112,7 @@ class CaptchaProtectedResource(twisted.web.resource.Resource):
         return rendered
 
     def render_POST(self, request):
-    """Process a client CAPTCHA by sending it to the ReCaptcha server.
+        """Process a client CAPTCHA by sending it to the ReCaptcha server.
 
         The client's IP address is not sent to the ReCaptcha server; instead,
         a completely random IP is generated and sent instead.





More information about the tor-commits mailing list