From dad722ac7255640e7e0541c4094a4d2e4de79cd3 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 19 Jul 2015 00:05:58 +0200 Subject: Code cosmetics (2) --- module/plugins/internal/Captcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Captcha.py') diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index 50ebea89c..68d5d3bb8 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -17,7 +17,7 @@ class Captcha(Plugin): super(Captcha, self).__init__(plugin.core) self.plugin = plugin - self.key = None #: last key detected + self.key = None #: Last key detected #@TODO: Recheck in 0.4.10 -- cgit v1.2.3