浏览代码

Fixed typo in SetPasswordForm()'s docstring.

Vasiliy Ivanov 2 年之前
父节点
当前提交
1be7e36f85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      django/contrib/auth/forms.py

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