summaryrefslogtreecommitdiffstats
path: root/askbot/deps/django_authopenid/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/deps/django_authopenid/views.py')
-rw-r--r--askbot/deps/django_authopenid/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index 287902a1..bea67d2f 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -1324,7 +1324,7 @@ def account_recover(request):
#internal server view used as return value by other views
def validation_email_sent(request):
"""this function is called only if EMAIL_VALIDATION setting is
- set to True bolean value, basically dead now"""
+ set to True bolean value"""
assert(askbot_settings.EMAIL_VALIDATION == True)
logging.debug('')
data = {