[tor-commits] [bridgedb/master] Add a docstring to captcha.Captcha.__init__().
isis at torproject.org
isis at torproject.org
Fri May 16 18:52:53 UTC 2014
commit c6830ecb6ef81d019afd52f0304bcb8f4e344184
Author: Isis Lovecruft <isis at torproject.org>
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
More information about the tor-commits
mailing list