Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangocode@vortex.cx> for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c622059f2d
commit
bf65fd0a80
|
@ -103,7 +103,7 @@ class PasswordResetForm(forms.Form):
|
|||
def save(self, domain_override=None, email_template_name='registration/password_reset_email.html',
|
||||
use_https=False, token_generator=default_token_generator):
|
||||
"""
|
||||
Generates a one-use only link for restting password and sends to the user
|
||||
Generates a one-use only link for resetting password and sends to the user
|
||||
"""
|
||||
from django.core.mail import send_mail
|
||||
for user in self.users_cache:
|
||||
|
|
Loading…
Reference in New Issue