commit c6830ecb6ef81d019afd52f0304bcb8f4e344184
Author: Isis Lovecruft <[email protected]>
Date:   Wed May 14 20:44:08 2014 +0000

    Add a docstring to captcha.Captcha.__init__().
---
 lib/bridgedb/captcha.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bridgedb/captcha.py b/lib/bridgedb/captcha.py
index 15f1083..8a76198 100644
--- a/lib/bridgedb/captcha.py
+++ b/lib/bridgedb/captcha.py
@@ -98,6 +98,7 @@ class Captcha(object):
     implements(ICaptcha)
 
     def __init__(self):
+        """Obtain a new CAPTCHA for a client."""
         self.image = None
         self.challenge = None
 



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to