Skip to content

Commit b2c43df

Browse files
committed
Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 0d37cfd commit b2c43df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ includes a few other useful built-in views located in
907907
:file:`registration/password_reset_email.html` if not supplied.
908908

909909
* ``password_reset_form``: Form that will be used to set the password.
910-
Defaults to ``SetPasswordForm``.
910+
Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.
911911

912912
* ``token_generator``: Instance of the class to check the password. This
913913
will default to ``default_token_generator``, it's an instance of

0 commit comments

Comments
 (0)