diff --git a/django/contrib/auth/forms.py b/django/contrib/auth/forms.py index 523830e8ee..d73d1c8495 100644 --- a/django/contrib/auth/forms.py +++ b/django/contrib/auth/forms.py @@ -354,7 +354,7 @@ class PasswordResetForm(forms.Form): class SetPasswordForm(forms.Form): """ - A form that lets a user change set their password without entering the old + A form that lets a user set their password without entering the old password """