commit 7083cb5c2fa566ee811a91d8b83f6af954fce97c Author: Isis Lovecruft isis@torproject.org Date: Tue Mar 4 19:01:17 2014 +0000
Add missing period to ReCaptchaKeyError docstring. --- lib/bridgedb/captcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/captcha.py b/lib/bridgedb/captcha.py index ef1317c..672d75c 100644 --- a/lib/bridgedb/captcha.py +++ b/lib/bridgedb/captcha.py @@ -44,7 +44,7 @@ from zope.interface import Interface, Attribute, implements
class ReCaptchaKeyError(Exception): - """Exception raised when recaptcha API keys are not supplied""" + """Exception raised when recaptcha API keys are not supplied."""
def __init__(self): msg = 'You must supply recaptcha API keys'