Adjusting spacing between function arguments

This commit is contained in:
Christopher Allan Webber 2011-09-07 19:37:25 -05:00
parent 4bcaf9f32a
commit 63bf10f9a6

View File

@ -127,7 +127,7 @@ EMAIL_FP_VERIFICATION_TEMPLATE = (
u"http://{host}{uri}?"
u"userid={userid}&token={fp_verification_key}")
def send_fp_verification_email(user,request):
def send_fp_verification_email(user, request):
"""
Send the verification email to users to change their password.