Fixed typo in SetPasswordForm()'s docstring.

This commit is contained in:
Vasiliy Ivanov 2022-11-11 11:35:13 +03:00 committed by GitHub
parent a9d2d8d1c3
commit 1be7e36f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""