Skip to content

Commit

Permalink
Fixed typo in SetPasswordForm()'s docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
shitcoding authored Nov 11, 2022
1 parent a9d2d8d commit 1be7e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/auth/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def save(

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

Expand Down

0 comments on commit 1be7e36

Please sign in to comment.