Skip to content

Commit bf65fd0

Browse files
committed
Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <[email protected]> for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent c622059 commit bf65fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/contrib/auth/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def clean_email(self):
103103
def save(self, domain_override=None, email_template_name='registration/password_reset_email.html',
104104
use_https=False, token_generator=default_token_generator):
105105
"""
106-
Generates a one-use only link for restting password and sends to the user
106+
Generates a one-use only link for resetting password and sends to the user
107107
"""
108108
from django.core.mail import send_mail
109109
for user in self.users_cache:

0 commit comments

Comments
 (0)