mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Fixed typo in SetPasswordForm()'s docstring.
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user