mirror of https://github.com/django/django.git
Fixed typo in SetPasswordForm()'s docstring.
This commit is contained in:
parent
a9d2d8d1c3
commit
1be7e36f85
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue